Searched refs:fc_elsct_send (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/drivers/scsi/libfc/
H A Dfc_elsct.c34 * fc_elsct_send() - Send an ELS or CT frame
43 struct fc_seq *fc_elsct_send(struct fc_lport *lport, u32 did, fc_elsct_send() function
72 EXPORT_SYMBOL(fc_elsct_send); variable
81 lport->tt.elsct_send = fc_elsct_send; fc_elsct_init()
/linux-4.1.27/drivers/scsi/bnx2fc/
H A Dbnx2fc_els.c908 return fc_elsct_send(lport, did, fp, op, bnx2fc_flogi_resp, bnx2fc_elsct_send()
914 return fc_elsct_send(lport, did, fp, op, bnx2fc_logo_resp, bnx2fc_elsct_send()
917 return fc_elsct_send(lport, did, fp, op, resp, arg, timeout); bnx2fc_elsct_send()
/linux-4.1.27/drivers/scsi/fcoe/
H A Dfcoe.c2798 return fc_elsct_send(lport, did, fp, op, fcoe_flogi_resp, fcoe_elsct_send()
2804 return fc_elsct_send(lport, did, fp, op, fcoe_logo_resp, fcoe_elsct_send()
2807 return fc_elsct_send(lport, did, fp, op, resp, arg, timeout); fcoe_elsct_send()
/linux-4.1.27/include/scsi/
H A Dlibfc.h1113 struct fc_seq *fc_elsct_send(struct fc_lport *, u32 did,

Completed in 222 milliseconds