Home
last modified time | relevance | path

Searched refs:ETH_P_PAUSE (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/include/linux/
H A Dif_ether.h77 #define ETH_P_PAUSE 0x8808 /* IEEE Pause frames. See 802.3 31B */ macro
/openbmc/linux/include/uapi/linux/
H A Dif_ether.h75 #define ETH_P_PAUSE 0x8808 /* IEEE Pause frames. See 802.3 31B */ macro
/openbmc/linux/drivers/net/ipvlan/
H A Dipvlan_core.c553 if (skb->protocol == htons(ETH_P_PAUSE)) { in ipvlan_multicast_enqueue()
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_selftests.c725 if (ehdr->h_proto != htons(ETH_P_PAUSE)) in stmmac_test_flowctrl_validate()
753 tpriv->pt.type = htons(ETH_P_PAUSE); in stmmac_test_flowctrl()
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_sriov.c1709 ETH_P_PAUSE)); in ixgbe_ndo_set_vf_spoofchk()
/openbmc/linux/drivers/net/
H A Dmacvlan.c274 if (skb->protocol == htons(ETH_P_PAUSE)) in macvlan_broadcast()
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_lib.c2679 ice_fltr_add_eth(vsi, ETH_P_PAUSE, ICE_FLTR_TX, in ice_vsi_setup()