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

/freebsd-10.2-release/sys/dev/ixgbe/
H A Dixgbe_x550.c552 u32 tc, reg, pb_headroom, rx_pb_size, maxframe_size_kb; local
579 rx_pb_size = IXGBE_READ_REG(hw, IXGBE_RXPBSIZE(tc));
580 rx_pb_size = (rx_pb_size & IXGBE_RXPBSIZE_MASK) >>
584 if (rx_pb_size > pb_headroom)
585 rx_pb_size = rx_pb_size - pb_headroom;
587 rx_pb_size = 0;
590 reg |= (rx_pb_size > maxframe_size_kb) ?
591 rx_pb_size
[all...]
H A Dixgbe_x540.c131 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.c4538 u32 pbsize = hw->mac.rx_pb_size;
H A Dixgbe_type.h3781 u32 rx_pb_size; member in struct:ixgbe_mac_info

Completed in 137 milliseconds