Searched refs:fcoe_packet_type (Results 1 – 4 of 4) sorted by relevance
69 struct packet_type fcoe_packet_type; member
353 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()1347 fcoe = container_of(ptype, struct fcoe_interface, fcoe_packet_type); in fcoe_rcv()
436 fcoe_packet_type); in bnx2fc_rcv()1274 interface->fcoe_packet_type.func = bnx2fc_rcv; in bnx2fc_interface_setup()1275 interface->fcoe_packet_type.type = __constant_htons(ETH_P_FCOE); in bnx2fc_interface_setup()1276 interface->fcoe_packet_type.dev = netdev; in bnx2fc_interface_setup()1277 dev_add_pack(&interface->fcoe_packet_type); in bnx2fc_interface_setup()1600 __dev_remove_pack(&interface->fcoe_packet_type); in bnx2fc_net_cleanup()
260 struct packet_type fcoe_packet_type; member