Home
last modified time | relevance | path

Searched refs:IXGBE_SRRCTL_BSIZEPKT_MASK (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_rxtx.c5112 IXGBE_SRRCTL_BSIZEPKT_MASK); in ixgbe_dev_rx_init()
5116 buf_size = (uint16_t) ((srrctl & IXGBE_SRRCTL_BSIZEPKT_MASK) << in ixgbe_dev_rx_init()
5683 IXGBE_SRRCTL_BSIZEPKT_MASK); in ixgbevf_dev_rx_init()
5690 buf_size = (uint16_t) ((srrctl & IXGBE_SRRCTL_BSIZEPKT_MASK) << in ixgbevf_dev_rx_init()
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_type.h2776 #define IXGBE_SRRCTL_BSIZEPKT_MASK 0x0000007F macro