Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dif_ether.h75 #define ETH_P_PAUSE 0x8808 /* IEEE Pause frames. See 802.3 31B */ macro
/Linux-v5.4/drivers/net/ipvlan/
Dipvlan_core.c535 if (skb->protocol == htons(ETH_P_PAUSE)) { in ipvlan_multicast_enqueue()
/Linux-v5.4/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_selftests.c715 if (ehdr->h_proto != htons(ETH_P_PAUSE)) in stmmac_test_flowctrl_validate()
743 tpriv->pt.type = htons(ETH_P_PAUSE); in stmmac_test_flowctrl()
/Linux-v5.4/drivers/net/ethernet/intel/ixgbe/
Dixgbe_sriov.c1653 ETH_P_PAUSE)); in ixgbe_ndo_set_vf_spoofchk()
/Linux-v5.4/drivers/net/
Dmacvlan.c269 if (skb->protocol == htons(ETH_P_PAUSE)) in macvlan_broadcast()
/Linux-v5.4/drivers/net/ethernet/intel/ice/
Dice_lib.c2536 vsi->ethtype = ETH_P_PAUSE; in ice_vsi_setup()