Home
last modified time | relevance | path

Searched refs:IXGBE_ADVTXD_PAYLEN_SHIFT (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/intel/ixgbevf/
Ddefines.h260 #define IXGBE_ADVTXD_PAYLEN_SHIFT 14 /* Adv desc PAYLEN shift */ macro
Dixgbevf_main.c1035 cpu_to_le32((len << IXGBE_ADVTXD_PAYLEN_SHIFT) | in ixgbevf_xmit_xdp_ring()
3885 __le32 olinfo_status = cpu_to_le32(paylen << IXGBE_ADVTXD_PAYLEN_SHIFT); in ixgbevf_tx_olinfo_status()
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe_type.h2913 #define IXGBE_ADVTXD_PAYLEN_SHIFT 14 /* Adv desc PAYLEN shift */ macro
Dixgbe_main.c8013 u32 olinfo_status = paylen << IXGBE_ADVTXD_PAYLEN_SHIFT; in ixgbe_tx_olinfo_status()
8467 cpu_to_le32(len << IXGBE_ADVTXD_PAYLEN_SHIFT); in ixgbe_xmit_xdp_ring()