Symbol: LA_ELS_PLOGI
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
890
case LA_ELS_PLOGI:
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_lv.c
1177
case LA_ELS_PLOGI:
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_lv.c
1293
case LA_ELS_PLOGI:
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18552
case LA_ELS_PLOGI: {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
3057
case LA_ELS_PLOGI:
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
9027
if ((r_ctl == R_CTL_ELS_REQ) && (ls_code == LA_ELS_PLOGI)) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
9223
payload->ls_code.ls_code = LA_ELS_PLOGI;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_isr.c
3503
if (opcode == LA_ELS_PLOGI) {
usr/src/uts/common/io/fibre-channel/impl/fp.c
10779
case LA_ELS_PLOGI:
usr/src/uts/common/io/fibre-channel/impl/fp.c
11032
case LA_ELS_PLOGI:
usr/src/uts/common/io/fibre-channel/impl/fp.c
11689
case LA_ELS_PLOGI: {
usr/src/uts/common/io/fibre-channel/impl/fp.c
12206
if (buf->ub_buffer[0] == LA_ELS_PLOGI &&
usr/src/uts/common/io/fibre-channel/impl/fp.c
4132
job, LA_ELS_PLOGI);
usr/src/uts/common/io/fibre-channel/impl/fp.c
5955
fp_plogi_intr, cmd->cmd_job, LA_ELS_PLOGI);
usr/src/uts/common/io/fibre-channel/impl/fp.c
6656
cmd->cmd_job, LA_ELS_PLOGI);
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
6263
logi.ls_code.ls_code = LA_ELS_PLOGI;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
6308
ASSERT(logi_req.ls_code == LA_ELS_PLOGI);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
13701
case LA_ELS_PLOGI:
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
15256
case LA_ELS_PLOGI:
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
15437
icmd, LA_ELS_PLOGI, icmd->ipkt_link_cnt,
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
3316
icmd->ipkt_opcode = LA_ELS_PLOGI;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
3349
logi.ls_code.ls_code = LA_ELS_PLOGI;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
5097
map_entry->map_pd != NULL) ? LA_ELS_PRLI : LA_ELS_PLOGI;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
5160
ASSERT(opcode == LA_ELS_PLOGI || opcode == LA_ELS_PRLI);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
5166
(opcode == LA_ELS_PLOGI) ? "PLOGI" : "PRLI");
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
5168
if (opcode == LA_ELS_PLOGI) {
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
5230
case LA_ELS_PLOGI: {
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
5237
logi.ls_code.ls_code = LA_ELS_PLOGI;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
5243
icmd->ipkt_opcode = LA_ELS_PLOGI;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
6256
case LA_ELS_PLOGI:
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
6422
if (icmd->ipkt_opcode != LA_ELS_PLOGI) {
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
6447
ASSERT(icmd->ipkt_opcode != LA_ELS_PLOGI);
usr/src/uts/common/io/fibre-channel/ulp/fcsm.c
3194
fcsm_pkt_common_intr, LA_ELS_PLOGI);
usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_api.h
2374
{LA_ELS_PLOGI, "LA_ELS_PLOGI"}, \