/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_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_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_type.h | 4203 u32 rx_pb_size; member in struct:ixgbe_mac_info
|
ixgbe_type.h | 4203 u32 rx_pb_size; member in struct:ixgbe_mac_info
|
ixgbe_type.h | 4203 u32 rx_pb_size; member in struct:ixgbe_mac_info
|