Searched refs:nic_config (Results 1 – 4 of 4) sorted by relevance
84 * @nic_config: configure NIC, called before firmware is started.109 void (*nic_config)(struct iwl_op_mode *op_mode);193 if (op_mode->ops->nic_config)194 op_mode->ops->nic_config(op_mode); in iwl_op_mode_nic_config() 107 void (*nic_config)(struct iwl_op_mode *op_mode); global() member
208 int (*nic_config)(struct iwn_softc *); member
1228 ops->nic_config = iwn4965_nic_config; in iwn4965_attach()1271 ops->nic_config = iwn5000_nic_config; in iwn5000_attach()8758 if ((error = ops->nic_config(sc)) != 0) in iwn_hw_init()
2144 .nic_config = iwl_mvm_nic_config, \