Home
last modified time | relevance | path

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

/linux/drivers/scsi/fcoe/
H A Dfcoe.h69 struct packet_type fcoe_packet_type; member
H A Dfcoe.c353 fcoe->fcoe_packet_type.func = fcoe_rcv; in fcoe_interface_setup()
354 fcoe->fcoe_packet_type.type = htons(ETH_P_FCOE); in fcoe_interface_setup()
355 fcoe->fcoe_packet_type.dev = netdev; in fcoe_interface_setup()
356 dev_add_pack(&fcoe->fcoe_packet_type); in fcoe_interface_setup()
454 __dev_remove_pack(&fcoe->fcoe_packet_type); in fcoe_interface_remove()
1346 fcoe = container_of(ptype, struct fcoe_interface, fcoe_packet_type); in fcoe_rcv()
/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c434 fcoe_packet_type); in bnx2fc_rcv()
1263 interface->fcoe_packet_type.func = bnx2fc_rcv; in bnx2fc_interface_setup()
1264 interface->fcoe_packet_type.type = __constant_htons(ETH_P_FCOE); in bnx2fc_interface_setup()
1265 interface->fcoe_packet_type.dev = netdev; in bnx2fc_interface_setup()
1266 dev_add_pack(&interface->fcoe_packet_type); in bnx2fc_interface_setup()
1589 __dev_remove_pack(&interface->fcoe_packet_type); in bnx2fc_net_cleanup()
H A Dbnx2fc.h257 struct packet_type fcoe_packet_type; member