Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c282 ctlr = bnx2fc_to_ctlr(interface); in bnx2fc_xmit()
437 ctlr = bnx2fc_to_ctlr(interface); in bnx2fc_rcv()
560 ctlr = bnx2fc_to_ctlr(interface); in bnx2fc_recv_frame()
804 ctlr = bnx2fc_to_ctlr(interface); in bnx2fc_net_config()
920 ctlr = bnx2fc_to_ctlr(interface); in bnx2fc_indicate_netevent()
1063 ctlr = bnx2fc_to_ctlr(interface); in bnx2fc_fip_recv()
1239 struct fcoe_ctlr *ctlr = bnx2fc_to_ctlr(interface); in bnx2fc_interface_setup()
1317 ctlr = bnx2fc_to_ctlr(interface); in bnx2fc_interface_release()
1493 struct fcoe_ctlr *ctlr = bnx2fc_to_ctlr(interface); in bnx2fc_if_create()
1604 struct fcoe_ctlr *ctlr = bnx2fc_to_ctlr(interface); in bnx2fc_interface_cleanup()
[all …]
Dbnx2fc.h273 #define bnx2fc_to_ctlr(x) \ macro
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()
Dbnx2fc_els.c934 struct fcoe_ctlr *fip = bnx2fc_to_ctlr(interface); in bnx2fc_elsct_send()