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

/freebsd-11.0-release/sys/dev/ixgbe/
H A Dixgbe_x550.c514 u32 tc, reg, pb_headroom, rx_pb_size, maxframe_size_kb; local
541 rx_pb_size = IXGBE_READ_REG(hw, IXGBE_RXPBSIZE(tc));
542 rx_pb_size = (rx_pb_size & IXGBE_RXPBSIZE_MASK) >>
546 if (rx_pb_size > pb_headroom)
547 rx_pb_size = rx_pb_size - pb_headroom;
549 rx_pb_size = 0;
552 reg |= (rx_pb_size > maxframe_size_kb) ?
553 rx_pb_size
[all...]
H A Dixgbe_x540.c130 mac->rx_pb_size = IXGBE_X540_RX_PB_SIZE;
H A Dixgbe_82598.c158 mac->rx_pb_size = IXGBE_82598_RX_PB_SIZE;
H A Dixgbe_82599.c380 mac->rx_pb_size = IXGBE_82599_RX_PB_SIZE;
H A Dixgbe_common.c4545 u32 pbsize = hw->mac.rx_pb_size;
H A Dixgbe_type.h3812 u32 rx_pb_size; member in struct:ixgbe_mac_info

Completed in 200 milliseconds