Searched refs:ICE_TX_DESC_LEN_IPLEN_S (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/ice/
H A Dice_common_txrx.h224 *off |= (pi->ipi_ip_hlen >> 2) << ICE_TX_DESC_LEN_IPLEN_S;
H A Dice_lan_tx_rx.h913 ICE_TX_DESC_LEN_IPLEN_S = 7, /* 7 BITS */ enumerator in enum:ice_tx_desc_len_fields
918 #define ICE_TXD_QW1_IPLEN_M (0x7FUL << ICE_TX_DESC_LEN_IPLEN_S)
925 ICE_TX_DESC_LEN_IPLEN_S) * ICE_BYTES_PER_DWORD)

Completed in 126 milliseconds