Home
last modified time | relevance | path

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

/Linux-v6.6/include/uapi/linux/
Dif_ether.h75 #define ETH_P_PAUSE 0x8808 /* IEEE Pause frames. See 802.3 31B */ macro
/Linux-v6.6/drivers/net/ipvlan/
Dipvlan_core.c544 if (skb->protocol == htons(ETH_P_PAUSE)) { in ipvlan_multicast_enqueue()
/Linux-v6.6/drivers/net/ethernet/stmicro/stmmac/
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()
/Linux-v6.6/drivers/net/ethernet/intel/ixgbe/
Dixgbe_sriov.c1711 ETH_P_PAUSE)); in ixgbe_ndo_set_vf_spoofchk()
/Linux-v6.6/drivers/net/
Dmacvlan.c274 if (skb->protocol == htons(ETH_P_PAUSE)) in macvlan_broadcast()
/Linux-v6.6/drivers/net/ethernet/intel/ice/
Dice_lib.c2686 ice_fltr_add_eth(vsi, ETH_P_PAUSE, ICE_FLTR_TX, in ice_vsi_setup()