Lines Matching refs:bd
183 int bd = adapter->bd_number; in atl1e_check_options() local
185 if (bd >= ATL1E_MAX_NIC) { in atl1e_check_options()
187 "no configuration for board #%i\n", bd); in atl1e_check_options()
203 if (num_tx_desc_cnt > bd) { in atl1e_check_options()
204 val = tx_desc_cnt[bd]; in atl1e_check_options()
222 if (num_rx_mem_size > bd) { in atl1e_check_options()
223 val = rx_mem_size[bd]; in atl1e_check_options()
242 if (num_int_mod_timer > bd) { in atl1e_check_options()
243 val = int_mod_timer[bd]; in atl1e_check_options()
261 if (num_media_type > bd) { in atl1e_check_options()
262 val = media_type[bd]; in atl1e_check_options()