• Home
  • Raw
  • Download

Lines Matching refs:bd

243 	int bd = adapter->bd_number;  in e1000e_check_options()  local
245 if (bd >= E1000_MAX_NIC) { in e1000e_check_options()
246 e_notice("Warning: no configuration for board #%i\n", bd); in e1000e_check_options()
261 if (num_TxIntDelay > bd) { in e1000e_check_options()
262 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()
299 if (num_RxIntDelay > bd) { in e1000e_check_options()
300 adapter->rx_int_delay = RxIntDelay[bd]; in e1000e_check_options()
318 if (num_RxAbsIntDelay > bd) { in e1000e_check_options()
319 adapter->rx_abs_int_delay = RxAbsIntDelay[bd]; in e1000e_check_options()
337 if (num_InterruptThrottleRate > bd) { in e1000e_check_options()
338 adapter->itr = InterruptThrottleRate[bd]; in e1000e_check_options()
393 if (num_IntMode > bd) { in e1000e_check_options()
394 unsigned int int_mode = IntMode[bd]; in e1000e_check_options()
409 if (num_SmartPowerDownEnable > bd) { in e1000e_check_options()
410 unsigned int spd = SmartPowerDownEnable[bd]; in e1000e_check_options()
425 if (num_CrcStripping > bd) { in e1000e_check_options()
426 unsigned int crc_stripping = CrcStripping[bd]; in e1000e_check_options()
440 if (num_KumeranLockLoss > bd) { in e1000e_check_options()
441 unsigned int kmrn_lock_loss = KumeranLockLoss[bd]; in e1000e_check_options()
461 if (num_WriteProtectNVM > bd) { in e1000e_check_options()
462 unsigned int write_protect_nvm = WriteProtectNVM[bd]; in e1000e_check_options()