Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/fcoe/
Dfcoe.c305 struct fcoe_ctlr *fip = fcoe_to_ctlr(fcoe); in fcoe_interface_setup()
451 struct fcoe_ctlr *fip = fcoe_to_ctlr(fcoe); in fcoe_interface_remove()
494 struct fcoe_ctlr *fip = fcoe_to_ctlr(fcoe); in fcoe_interface_cleanup()
527 ctlr = fcoe_to_ctlr(fcoe); in fcoe_fip_recv()
684 ctlr = fcoe_to_ctlr(fcoe); in fcoe_netdev_config()
1095 struct fcoe_ctlr *ctlr = fcoe_to_ctlr(fcoe); in fcoe_if_create()
1442 ctlr = fcoe_to_ctlr(fcoe); in fcoe_rcv()
1600 struct fcoe_ctlr *ctlr = fcoe_to_ctlr(fcoe); in fcoe_xmit()
1757 ctlr = fcoe_to_ctlr(fcoe); in fcoe_filter_frames()
1955 ctlr = fcoe_to_ctlr(fcoe); in fcoe_dcb_app_notification()
[all …]
Dfcoe.h88 #define fcoe_to_ctlr(x) \ macro