Home
last modified time | relevance | path

Searched refs:ETH_P_FCOE (Results 1 – 13 of 13) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Dif_ether.h90 #define ETH_P_FCOE 0x8906 /* Fibre Channel over Ethernet */ macro
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_dcb_nl.c61 .protocol = ETH_P_FCOE, in ixgbe_copy_dcb_cfg()
396 .protocol = ETH_P_FCOE, in ixgbe_dcbnl_set_all()
657 app->protocol == ETH_P_FCOE) { in ixgbe_dcbnl_ieee_setapp()
700 app->protocol == ETH_P_FCOE) { in ixgbe_dcbnl_ieee_delapp()
Dixgbe_fcoe.c672 etqf = ETH_P_FCOE | IXGBE_ETQF_FCOE | IXGBE_ETQF_FILTER_EN; in ixgbe_configure_fcoe()
Dixgbe_main.c7467 case htons(ETH_P_FCOE): in ixgbe_select_queue()
7591 if ((protocol == htons(ETH_P_FCOE)) && in ixgbe_xmit_frame_ring()
/linux-4.4.14/drivers/scsi/fcoe/
Dfcoe.c366 fcoe->fcoe_packet_type.type = htons(ETH_P_FCOE); in fcoe_interface_setup()
1665 skb->protocol = htons(ETH_P_FCOE); in fcoe_xmit()
1679 eh->h_proto = htons(ETH_P_FCOE); in fcoe_xmit()
1964 entry->app.protocol == ETH_P_FCOE) in fcoe_dcb_app_notification()
1967 if (entry->app.protocol == ETH_P_FCOE) in fcoe_dcb_app_notification()
2277 .protocol = ETH_P_FCOE in fcoe_dcb_create()
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_fcoe.c346 app.protocolid == ETH_P_FCOE) { in i40e_get_fcoe_tc_map()
1292 if (skb->protocol == htons(ETH_P_FCOE)) { in i40e_fcoe_tx_map()
1334 (protocol != htons(ETH_P_FCOE))) in i40e_fcoe_set_skb_header()
/linux-4.4.14/drivers/scsi/fnic/
Dfnic_fcs.c658 if (eh->h_proto != htons(ETH_P_FCOE)) in fnic_import_rq_eth_pkt()
1070 vlan_hdr->h_vlan_encapsulated_proto = htons(ETH_P_FCOE); in fnic_send_frame()
1076 eth_hdr->h_proto = htons(ETH_P_FCOE); in fnic_send_frame()
/linux-4.4.14/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c348 skb->protocol = htons(ETH_P_FCOE); in bnx2fc_xmit()
353 eh->h_proto = htons(ETH_P_FCOE); in bnx2fc_xmit()
434 if (unlikely(eth_hdr(skb)->h_proto != htons(ETH_P_FCOE))) { in bnx2fc_rcv()
1203 interface->fcoe_packet_type.type = __constant_htons(ETH_P_FCOE); in bnx2fc_interface_setup()
/linux-4.4.14/net/core/
Dflow_dissector.c341 case htons(ETH_P_FCOE): in __skb_flow_dissect()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dsge.c1109 if (skb->protocol != htons(ETH_P_FCOE)) in cxgb_fcoe_offload()
1271 if (skb->protocol == htons(ETH_P_FCOE)) in t4_eth_xmit()
Dcxgb4_main.c1336 if (skb->protocol == htons(ETH_P_FCOE)) in cxgb_select_queue()
/linux-4.4.14/include/linux/
Dnetdevice.h3668 protocol == htons(ETH_P_FCOE))); in can_checksum_protocol()
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.c1947 if ((ether_type == ETH_P_FCOE) || (ether_type == ETH_P_FIP)) in bnx2x_select_queue()