Home
last modified time | relevance | path

Searched refs:bnx2fc_to_ctlr (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c282 ctlr = bnx2fc_to_ctlr(interface); in bnx2fc_xmit()
437 ctlr = bnx2fc_to_ctlr(interface); in bnx2fc_rcv()
566 ctlr = bnx2fc_to_ctlr(interface); in bnx2fc_recv_frame()
812 ctlr = bnx2fc_to_ctlr(interface); in bnx2fc_net_config()
925 ctlr = bnx2fc_to_ctlr(interface); in bnx2fc_indicate_netevent()
1068 ctlr = bnx2fc_to_ctlr(interface); in bnx2fc_fip_recv()
1243 struct fcoe_ctlr *ctlr = bnx2fc_to_ctlr(interface); in bnx2fc_interface_setup()
1321 ctlr = bnx2fc_to_ctlr(interface); in bnx2fc_interface_release()
1497 struct fcoe_ctlr *ctlr = bnx2fc_to_ctlr(interface); in bnx2fc_if_create()
1607 struct fcoe_ctlr *ctlr = bnx2fc_to_ctlr(interface); in bnx2fc_interface_cleanup()
[all …]
H A Dbnx2fc.h273 #define bnx2fc_to_ctlr(x) \ macro
H A Dbnx2fc_hwi.c176 struct fcoe_ctlr *ctlr = bnx2fc_to_ctlr(interface); in bnx2fc_send_session_ofld_req()
361 struct fcoe_ctlr *ctlr = bnx2fc_to_ctlr(interface); in bnx2fc_send_session_enable_req()
430 struct fcoe_ctlr *ctlr = bnx2fc_to_ctlr(interface); in bnx2fc_send_session_disable_req()
H A Dbnx2fc_els.c934 struct fcoe_ctlr *fip = bnx2fc_to_ctlr(interface); in bnx2fc_elsct_send()