Searched refs:ETH_P_FCOE (Results 1 – 16 of 16) sorted by relevance
104 #define ETH_P_FCOE 0x8906 /* Fibre Channel over Ethernet */ macro
36 .protocol = ETH_P_FCOE, in ixgbe_copy_dcb_cfg()371 .protocol = ETH_P_FCOE, in ixgbe_dcbnl_set_all()632 app->protocol == ETH_P_FCOE) { in ixgbe_dcbnl_ieee_setapp()675 app->protocol == ETH_P_FCOE) { in ixgbe_dcbnl_ieee_delapp()
651 etqf = ETH_P_FCOE | IXGBE_ETQF_FCOE | IXGBE_ETQF_FILTER_EN; in ixgbe_configure_fcoe()
8525 case htons(ETH_P_FCOE): in ixgbe_select_queue()8708 if ((protocol == htons(ETH_P_FCOE)) && in ixgbe_xmit_frame_ring()
353 fcoe->fcoe_packet_type.type = htons(ETH_P_FCOE); in fcoe_interface_setup()1548 skb->protocol = htons(ETH_P_FCOE); in fcoe_xmit()1562 eh->h_proto = htons(ETH_P_FCOE); in fcoe_xmit()1822 entry->app.protocol == ETH_P_FCOE) in fcoe_dcb_app_notification()1825 if (entry->app.protocol == ETH_P_FCOE) in fcoe_dcb_app_notification()2149 .protocol = ETH_P_FCOE in fcoe_dcb_create()
695 if (eh->h_proto != htons(ETH_P_FCOE)) in fnic_import_rq_eth_pkt()1100 vlan_hdr->h_vlan_encapsulated_proto = htons(ETH_P_FCOE); in fnic_send_frame()1106 eth_hdr->h_proto = htons(ETH_P_FCOE); in fnic_send_frame()
369 skb->protocol = htons(ETH_P_FCOE); in bnx2fc_xmit()374 eh->h_proto = htons(ETH_P_FCOE); in bnx2fc_xmit()453 if (unlikely(eth_hdr(skb)->h_proto != htons(ETH_P_FCOE))) { in bnx2fc_rcv()1275 interface->fcoe_packet_type.type = __constant_htons(ETH_P_FCOE); in bnx2fc_interface_setup()
658 dcbcfg->app[0].prot_id = ETH_P_FCOE; in ice_dcb_sw_dflt_cfg()
847 ice_app_prot_id_type = ETH_P_FCOE; in ice_cee_to_dcb_cfg()
1190 skb->protocol = htons(ETH_P_FCOE); in qedf_xmit()1200 eh->h_proto = htons(ETH_P_FCOE); in qedf_xmit()2617 } else if (eh->h_proto == htons(ETH_P_FCOE)) { in qedf_ll2_process_skb()
1708 ETH_P_FCOE, 0); in qed_ll2_establish_connection()2140 ETH_P_FCOE, 0); in qed_ll2_terminate_connection()
1247 case htons(ETH_P_FCOE): in __skb_flow_dissect()
1256 if (skb->protocol != htons(ETH_P_FCOE)) in cxgb_fcoe_offload()1702 if (skb->protocol == htons(ETH_P_FCOE)) in cxgb4_eth_xmit()
1159 if (skb->protocol == htons(ETH_P_FCOE)) in cxgb_select_queue()
4951 if (protocol == htons(ETH_P_FCOE)) in can_checksum_protocol()
1933 if ((ether_type == ETH_P_FCOE) || (ether_type == ETH_P_FIP)) in bnx2x_select_queue()
Completed in 94 milliseconds