Searched refs:IXGBE_SRRCTL_BSIZEPKT_MASK (Results 1 – 2 of 2) sorted by relevance
5112 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()
2776 #define IXGBE_SRRCTL_BSIZEPKT_MASK 0x0000007F macro