Home
last modified time | relevance | path

Searched refs:fcoe_to_ctlr (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/scsi/fcoe/
H A Dfcoe.c294 struct fcoe_ctlr *fip = fcoe_to_ctlr(fcoe); in fcoe_interface_setup()
444 struct fcoe_ctlr *fip = fcoe_to_ctlr(fcoe); in fcoe_interface_remove()
488 struct fcoe_ctlr *fip = fcoe_to_ctlr(fcoe); in fcoe_interface_cleanup()
516 ctlr = fcoe_to_ctlr(fcoe); in fcoe_fip_recv()
539 ctlr = fcoe_to_ctlr(fcoe); in fcoe_fip_vlan_recv()
711 ctlr = fcoe_to_ctlr(fcoe); in fcoe_netdev_config()
1125 struct fcoe_ctlr *ctlr = fcoe_to_ctlr(fcoe); in fcoe_if_create()
1347 ctlr = fcoe_to_ctlr(fcoe); in fcoe_rcv()
1483 struct fcoe_ctlr *ctlr = fcoe_to_ctlr(fcoe); in fcoe_xmit()
1625 ctlr = fcoe_to_ctlr(fcoe); in fcoe_filter_frames()
[all …]
H A Dfcoe.h77 #define fcoe_to_ctlr(x) \ macro