Lines Matching refs:bd

227 	int bd = adapter->bd_number;  in e1000e_check_options()  local
229 if (bd >= E1000_MAX_NIC) { in e1000e_check_options()
231 "Warning: no configuration for board #%i\n", bd); in e1000e_check_options()
248 if (num_TxIntDelay > bd) { in e1000e_check_options()
249 adapter->tx_int_delay = TxIntDelay[bd]; in e1000e_check_options()
268 if (num_TxAbsIntDelay > bd) { in e1000e_check_options()
269 adapter->tx_abs_int_delay = TxAbsIntDelay[bd]; in e1000e_check_options()
291 if (num_RxIntDelay > bd) { in e1000e_check_options()
292 adapter->rx_int_delay = RxIntDelay[bd]; in e1000e_check_options()
314 if (num_RxAbsIntDelay > bd) { in e1000e_check_options()
315 adapter->rx_abs_int_delay = RxAbsIntDelay[bd]; in e1000e_check_options()
334 if (num_InterruptThrottleRate > bd) { in e1000e_check_options()
335 adapter->itr = InterruptThrottleRate[bd]; in e1000e_check_options()
431 if (num_IntMode > bd) { in e1000e_check_options()
432 unsigned int int_mode = IntMode[bd]; in e1000e_check_options()
453 if (num_SmartPowerDownEnable > bd) { in e1000e_check_options()
454 unsigned int spd = SmartPowerDownEnable[bd]; in e1000e_check_options()
470 if (num_CrcStripping > bd) { in e1000e_check_options()
471 unsigned int crc_stripping = CrcStripping[bd]; in e1000e_check_options()
493 if (num_KumeranLockLoss > bd) { in e1000e_check_options()
494 unsigned int kmrn_lock_loss = KumeranLockLoss[bd]; in e1000e_check_options()
514 if (num_WriteProtectNVM > bd) { in e1000e_check_options()
516 WriteProtectNVM[bd]; in e1000e_check_options()