Lines Matching refs:bd
263 int bd = adapter->bd_number; in ixgb_check_options() local
264 if (bd >= IXGB_MAX_NIC) { in ixgb_check_options()
265 pr_notice("Warning: no configuration for board #%i\n", bd); in ixgb_check_options()
280 if (num_TxDescriptors > bd) { in ixgb_check_options()
281 tx_ring->count = TxDescriptors[bd]; in ixgb_check_options()
299 if (num_RxDescriptors > bd) { in ixgb_check_options()
300 rx_ring->count = RxDescriptors[bd]; in ixgb_check_options()
315 if (num_XsumRX > bd) { in ixgb_check_options()
316 unsigned int rx_csum = XsumRX[bd]; in ixgb_check_options()
342 if (num_FlowControl > bd) { in ixgb_check_options()
343 unsigned int fc = FlowControl[bd]; in ixgb_check_options()
360 if (num_RxFCHighThresh > bd) { in ixgb_check_options()
361 adapter->hw.fc.high_water = RxFCHighThresh[bd]; in ixgb_check_options()
379 if (num_RxFCLowThresh > bd) { in ixgb_check_options()
380 adapter->hw.fc.low_water = RxFCLowThresh[bd]; in ixgb_check_options()
398 if (num_FCReqTimeout > bd) { in ixgb_check_options()
399 unsigned int pause_time = FCReqTimeout[bd]; in ixgb_check_options()
428 if (num_RxIntDelay > bd) { in ixgb_check_options()
429 adapter->rx_int_delay = RxIntDelay[bd]; in ixgb_check_options()
445 if (num_TxIntDelay > bd) { in ixgb_check_options()
446 adapter->tx_int_delay = TxIntDelay[bd]; in ixgb_check_options()
461 if (num_IntDelayEnable > bd) { in ixgb_check_options()
462 unsigned int ide = IntDelayEnable[bd]; in ixgb_check_options()