elsct_send       2981 drivers/scsi/bnx2fc/bnx2fc_fcoe.c 	.elsct_send		= bnx2fc_elsct_send,
elsct_send        167 drivers/scsi/fcoe/fcoe.c 	.elsct_send = fcoe_elsct_send,
elsct_send       2803 drivers/scsi/fcoe/fcoe.c 	lport->tt.elsct_send(lport, FC_FID_DIR_SERV, fp, FC_NS_RSPN_ID,
elsct_send        362 drivers/scsi/libfc/fc_disc.c 	if (lport->tt.elsct_send(lport, 0, fp,
elsct_send        652 drivers/scsi/libfc/fc_disc.c 	if (!lport->tt.elsct_send(lport, rdata->ids.port_id, fp, FC_NS_GPN_ID,
elsct_send         68 drivers/scsi/libfc/fc_elsct.c 	if (!lport->tt.elsct_send)
elsct_send         69 drivers/scsi/libfc/fc_elsct.c 		lport->tt.elsct_send = fc_elsct_send;
elsct_send       1484 drivers/scsi/libfc/fc_fcp.c 	if (lport->tt.elsct_send(lport, rport->port_id, fp, ELS_REC,
elsct_send       1319 drivers/scsi/libfc/fc_lport.c 	if (!lport->tt.elsct_send(lport, FC_FID_FCTRL, fp, ELS_SCR,
elsct_send       1384 drivers/scsi/libfc/fc_lport.c 	if (!lport->tt.elsct_send(lport, FC_FID_DIR_SERV, fp, cmd,
elsct_send       1503 drivers/scsi/libfc/fc_lport.c 	if (!lport->tt.elsct_send(lport, FC_FID_MGMT_SERV, fp, cmd,
elsct_send       1663 drivers/scsi/libfc/fc_lport.c 	if (!lport->tt.elsct_send(lport, FC_FID_FLOGI, fp, ELS_LOGO,
elsct_send       1807 drivers/scsi/libfc/fc_lport.c 	if (!lport->tt.elsct_send(lport, FC_FID_FLOGI, fp,
elsct_send        835 drivers/scsi/libfc/fc_rport.c 	if (!lport->tt.elsct_send(lport, rdata->ids.port_id, fp, ELS_FLOGI,
elsct_send       1092 drivers/scsi/libfc/fc_rport.c 	if (!lport->tt.elsct_send(lport, rdata->ids.port_id, fp, ELS_PLOGI,
elsct_send       1395 drivers/scsi/libfc/fc_rport.c 	if (!lport->tt.elsct_send(lport, rdata->ids.port_id, fp, ELS_RTV,
elsct_send       1478 drivers/scsi/libfc/fc_rport.c 	if (!lport->tt.elsct_send(lport, rdata->ids.port_id, fp, ELS_LOGO,
elsct_send       1569 drivers/scsi/libfc/fc_rport.c 	if (!lport->tt.elsct_send(lport, rdata->ids.port_id, fp, ELS_ADISC,
elsct_send        324 drivers/scsi/qedf/qedf_main.c 	if (!lport->tt.elsct_send) {
elsct_send        337 drivers/scsi/qedf/qedf_main.c 	lport->tt.elsct_send(lport, FC_FID_FLOGI, fp,
elsct_send       1564 drivers/scsi/qedf/qedf_main.c 	.elsct_send		= qedf_elsct_send,
elsct_send        470 include/scsi/libfc.h 	struct fc_seq *(*elsct_send)(struct fc_lport *, u32 did,