HomeSort by: relevance | last modified time | path
    Searched refs:rx_pb_size (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe_x550.c 1109 u32 tc, reg, pb_headroom, rx_pb_size, maxframe_size_kb; local in function:ixgbe_dmac_config_tcs_X550
1137 rx_pb_size = IXGBE_READ_REG(hw, IXGBE_RXPBSIZE(tc));
1138 rx_pb_size = (rx_pb_size & IXGBE_RXPBSIZE_MASK) >>
1142 if (rx_pb_size > pb_headroom)
1143 rx_pb_size = rx_pb_size - pb_headroom;
1145 rx_pb_size = 0;
1148 reg |= (rx_pb_size > maxframe_size_kb) ?
1149 rx_pb_size : maxframe_size_kb
    [all...]
ixgbe_82598.c 164 mac->rx_pb_size = IXGBE_82598_RX_PB_SIZE;
ixgbe_x540.c 140 mac->rx_pb_size = IXGBE_X540_RX_PB_SIZE;
ixgbe_82599.c 388 mac->rx_pb_size = IXGBE_82599_RX_PB_SIZE;
ixgbe_type.h 4203 u32 rx_pb_size; member in struct:ixgbe_mac_info
ixgbe_common.c 4821 u32 pbsize = hw->mac.rx_pb_size;

Completed in 27 milliseconds