Searched refs:rx_pb_size (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/sys/dev/ixgbe/
H A Dixgbe_x550.c934 u32 tc, reg, pb_headroom, rx_pb_size, maxframe_size_kb; local
962 rx_pb_size = IXGBE_READ_REG(hw, IXGBE_RXPBSIZE(tc));
963 rx_pb_size = (rx_pb_size & IXGBE_RXPBSIZE_MASK) >>
967 if (rx_pb_size > pb_headroom)
968 rx_pb_size = rx_pb_size - pb_headroom;
970 rx_pb_size = 0;
973 reg |= (rx_pb_size > maxframe_size_kb) ?
974 rx_pb_size
[all...]
H A Dixgbe_82598.c159 mac->rx_pb_size = IXGBE_82598_RX_PB_SIZE;
H A Dixgbe_x540.c136 mac->rx_pb_size = IXGBE_X540_RX_PB_SIZE;
H A Dixgbe_82599.c381 mac->rx_pb_size = IXGBE_82599_RX_PB_SIZE;
H A Dixgbe_common.c4737 u32 pbsize = hw->mac.rx_pb_size;
H A Dixgbe_type.h4077 u32 rx_pb_size; member in struct:ixgbe_mac_info

Completed in 212 milliseconds