Symbol: ISCSI_CONNECTION_TYPE
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/bnxe_context.c
1210
case ISCSI_CONNECTION_TYPE:
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/bnxe_context.c
232
context->proto_start[ISCSI_CONNECTION_TYPE] = context->proto_end [RDMA_CONNECTION_TYPE] + 1;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/bnxe_context.c
233
context->proto_end [ISCSI_CONNECTION_TYPE] = context->proto_start[ISCSI_CONNECTION_TYPE] + pdev->params.max_func_iscsi_cons - 1;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/bnxe_context.c
234
context->proto_start[FCOE_CONNECTION_TYPE] = context->proto_end [ISCSI_CONNECTION_TYPE] + 1;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
1427
else if (tcp->ulp_type == ISCSI_CONNECTION_TYPE)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
2477
} else if (tcp->ulp_type == ISCSI_CONNECTION_TYPE) {
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
2498
if (tcp->ulp_type == ISCSI_CONNECTION_TYPE)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
2675
if (tcp->ulp_type == ISCSI_CONNECTION_TYPE)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
2877
if (tcp->ulp_type == ISCSI_CONNECTION_TYPE) {
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
4219
else if (tcp->ulp_type == ISCSI_CONNECTION_TYPE)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
5281
else if (tcp->ulp_type == ISCSI_CONNECTION_TYPE)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/lm_l5.c
1334
ISCSI_CONNECTION_TYPE, SW_CID(kcqe->iscsi_conn_context_id));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/lm_l5.c
2023
lm_status = lm_allocate_cid(pdev, ISCSI_CONNECTION_TYPE, (void *)iscsi, &cid);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/lm_l5.c
2127
lm_free_cid_resc(pdev, ISCSI_CONNECTION_TYPE, iscsi->cid, notify_fw);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/lm_l5.c
461
iscsi = lm_cid_cookie(pdev, ISCSI_CONNECTION_TYPE, cid);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/lm_l5.c
506
lm_cid_recycled_cb_register(pdev, ISCSI_CONNECTION_TYPE, lm_sc_recycle_cid_cb);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/lm_l5.c
509
lm_sq_comp_cb_register(pdev, ISCSI_CONNECTION_TYPE, lm_sc_comp_cb);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/lm_l5sp.c
163
lm_free_cid_resc(pdev, ISCSI_CONNECTION_TYPE, iscsi->cid, notify_fw);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/lm_l5sp.c
89
iscsi->cid, command, ISCSI_CONNECTION_TYPE, data);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/lm_l5sp.c
90
lm_command_post(pdev, iscsi->cid, command, CMD_PRIORITY_NORMAL, ISCSI_CONNECTION_TYPE/*ulp*/, data);