Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_tx.c1006 - ctx->l4_hdr_len) << IXGBE_ADVTXD_PAYLEN_SHIFT; in ixgbe_tx_fill_ring()
1019 - ctx->l4_hdr_len) << IXGBE_ADVTXD_PAYLEN_SHIFT; in ixgbe_tx_fill_ring()
1022 (mbsize << IXGBE_ADVTXD_PAYLEN_SHIFT); in ixgbe_tx_fill_ring()
/illumos-gate/usr/src/tools/smatch/src/smatch_data/
H A Dkernel.bit_shifters1921 IXGBE_ADVTXD_PAYLEN_SHIFT 14
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_type.h3358 #define IXGBE_ADVTXD_PAYLEN_SHIFT 14 /* Adv desc PAYLEN shift */ macro