Searched defs:rx_pb_size (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
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_type.h3812 u32 rx_pb_size; member in struct:ixgbe_mac_info

Completed in 111 milliseconds