Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/fcoe/
Dfcoe.c304 struct fcoe_ctlr *fip = fcoe_to_ctlr(fcoe); in fcoe_interface_setup()
450 struct fcoe_ctlr *fip = fcoe_to_ctlr(fcoe); in fcoe_interface_remove()
493 struct fcoe_ctlr *fip = fcoe_to_ctlr(fcoe); in fcoe_interface_cleanup()
526 ctlr = fcoe_to_ctlr(fcoe); in fcoe_fip_recv()
683 ctlr = fcoe_to_ctlr(fcoe); in fcoe_netdev_config()
1094 struct fcoe_ctlr *ctlr = fcoe_to_ctlr(fcoe); in fcoe_if_create()
1441 ctlr = fcoe_to_ctlr(fcoe); in fcoe_rcv()
1599 struct fcoe_ctlr *ctlr = fcoe_to_ctlr(fcoe); in fcoe_xmit()
1756 ctlr = fcoe_to_ctlr(fcoe); in fcoe_filter_frames()
1953 ctlr = fcoe_to_ctlr(fcoe); in fcoe_dcb_app_notification()
[all …]
Dfcoe.h88 #define fcoe_to_ctlr(x) \ macro