Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c263 ctlr = bnx2fc_to_ctlr(interface); in bnx2fc_xmit()
420 ctlr = bnx2fc_to_ctlr(interface); in bnx2fc_rcv()
752 ctlr = bnx2fc_to_ctlr(interface); in bnx2fc_net_config()
868 ctlr = bnx2fc_to_ctlr(interface); in bnx2fc_indicate_netevent()
1012 ctlr = bnx2fc_to_ctlr(interface); in bnx2fc_fip_recv()
1171 struct fcoe_ctlr *ctlr = bnx2fc_to_ctlr(interface); in bnx2fc_interface_setup()
1249 ctlr = bnx2fc_to_ctlr(interface); in bnx2fc_interface_release()
1423 struct fcoe_ctlr *ctlr = bnx2fc_to_ctlr(interface); in bnx2fc_if_create()
1531 struct fcoe_ctlr *ctlr = bnx2fc_to_ctlr(interface); in bnx2fc_interface_cleanup()
1572 struct fcoe_ctlr *ctlr = bnx2fc_to_ctlr(interface); in __bnx2fc_destroy()
[all …]
Dbnx2fc.h269 #define bnx2fc_to_ctlr(x) \ macro
Dbnx2fc_hwi.c175 struct fcoe_ctlr *ctlr = bnx2fc_to_ctlr(interface); in bnx2fc_send_session_ofld_req()
360 struct fcoe_ctlr *ctlr = bnx2fc_to_ctlr(interface); in bnx2fc_send_session_enable_req()
429 struct fcoe_ctlr *ctlr = bnx2fc_to_ctlr(interface); in bnx2fc_send_session_disable_req()
Dbnx2fc_els.c902 struct fcoe_ctlr *fip = bnx2fc_to_ctlr(interface); in bnx2fc_elsct_send()