Lines Matching refs:bd
239 int bd = adapter->bd_number; in e1000e_check_options() local
241 if (bd >= E1000_MAX_NIC) { in e1000e_check_options()
243 "Warning: no configuration for board #%i\n", bd); in e1000e_check_options()
260 if (num_TxIntDelay > bd) { in e1000e_check_options()
261 adapter->tx_int_delay = TxIntDelay[bd]; in e1000e_check_options()
280 if (num_TxAbsIntDelay > bd) { in e1000e_check_options()
281 adapter->tx_abs_int_delay = TxAbsIntDelay[bd]; in e1000e_check_options()
300 if (num_RxIntDelay > bd) { in e1000e_check_options()
301 adapter->rx_int_delay = RxIntDelay[bd]; in e1000e_check_options()
320 if (num_RxAbsIntDelay > bd) { in e1000e_check_options()
321 adapter->rx_abs_int_delay = RxAbsIntDelay[bd]; in e1000e_check_options()
340 if (num_InterruptThrottleRate > bd) { in e1000e_check_options()
341 adapter->itr = InterruptThrottleRate[bd]; in e1000e_check_options()
437 if (num_IntMode > bd) { in e1000e_check_options()
438 unsigned int int_mode = IntMode[bd]; in e1000e_check_options()
459 if (num_SmartPowerDownEnable > bd) { in e1000e_check_options()
460 unsigned int spd = SmartPowerDownEnable[bd]; in e1000e_check_options()
476 if (num_CrcStripping > bd) { in e1000e_check_options()
477 unsigned int crc_stripping = CrcStripping[bd]; in e1000e_check_options()
499 if (num_KumeranLockLoss > bd) { in e1000e_check_options()
500 unsigned int kmrn_lock_loss = KumeranLockLoss[bd]; in e1000e_check_options()
520 if (num_WriteProtectNVM > bd) { in e1000e_check_options()
522 WriteProtectNVM[bd]; in e1000e_check_options()