Home
last modified time | relevance | path

Searched refs:iwl_op_mode (Results 1 – 12 of 12) sorted by relevance

/linux-4.4.14/drivers/net/wireless/iwlwifi/
Diwl-op-mode.h73 struct iwl_op_mode;
149 struct iwl_op_mode *(*start)(struct iwl_trans *trans,
153 void (*stop)(struct iwl_op_mode *op_mode);
154 void (*rx)(struct iwl_op_mode *op_mode, struct napi_struct *napi,
156 void (*rx_rss)(struct iwl_op_mode *op_mode, struct napi_struct *napi,
158 void (*queue_full)(struct iwl_op_mode *op_mode, int queue);
159 void (*queue_not_full)(struct iwl_op_mode *op_mode, int queue);
160 bool (*hw_rf_kill)(struct iwl_op_mode *op_mode, bool state);
161 void (*free_skb)(struct iwl_op_mode *op_mode, struct sk_buff *skb);
162 void (*nic_error)(struct iwl_op_mode *op_mode);
[all …]
Diwl-trans.h451 struct iwl_op_mode *op_mode;
685 struct iwl_op_mode *op_mode;
Diwl-drv.c112 struct iwl_op_mode *op_mode;
1126 static struct iwl_op_mode *
1131 struct iwl_op_mode *op_mode = NULL; in _iwl_op_mode_start()
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Dops.c142 static void iwl_mvm_nic_config(struct iwl_op_mode *op_mode) in iwl_mvm_nic_config()
391 static struct iwl_op_mode *
396 struct iwl_op_mode *op_mode; in iwl_op_mode_mvm_start()
415 hw = ieee80211_alloc_hw(sizeof(struct iwl_op_mode) + in iwl_op_mode_mvm_start()
614 static void iwl_op_mode_mvm_stop(struct iwl_op_mode *op_mode) in iwl_op_mode_mvm_stop()
777 static void iwl_mvm_rx(struct iwl_op_mode *op_mode, in iwl_mvm_rx()
792 static void iwl_mvm_rx_mq(struct iwl_op_mode *op_mode, in iwl_mvm_rx_mq()
807 static void iwl_mvm_stop_sw_queue(struct iwl_op_mode *op_mode, int queue) in iwl_mvm_stop_sw_queue()
832 static void iwl_mvm_wake_sw_queue(struct iwl_op_mode *op_mode, int queue) in iwl_mvm_wake_sw_queue()
867 static bool iwl_mvm_set_hw_rfkill_state(struct iwl_op_mode *op_mode, bool state) in iwl_mvm_set_hw_rfkill_state()
[all …]
Drs.c1375 struct iwl_op_mode *op_mode = (struct iwl_op_mode *)mvm_r; in rs_mac80211_tx_status()
2774 struct iwl_op_mode *op_mode __maybe_unused = in rs_get_rate()
2775 (struct iwl_op_mode *)mvm_r; in rs_get_rate()
2822 struct iwl_op_mode *op_mode = (struct iwl_op_mode *)mvm_rate; in rs_alloc_sta()
3111 struct iwl_op_mode *op_mode = in rs_rate_update()
3112 (struct iwl_op_mode *)mvm_r; in rs_rate_update()
3486 struct iwl_op_mode *op_mode __maybe_unused = mvm_r; in rs_free_sta()
Dmvm.h854 IWL_OP_MODE_GET_MVM((struct iwl_op_mode *)((_hw)->priv))
1284 int iwl_mvm_enter_d0i3(struct iwl_op_mode *op_mode);
1285 int iwl_mvm_exit_d0i3(struct iwl_op_mode *op_mode);
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/
Dmain.c1144 static struct iwl_op_mode *iwl_op_mode_dvm_start(struct iwl_trans *trans, in iwl_op_mode_dvm_start()
1151 struct iwl_op_mode *op_mode; in iwl_op_mode_dvm_start()
1415 static void iwl_op_mode_dvm_stop(struct iwl_op_mode *op_mode) in iwl_op_mode_dvm_stop()
1862 static void iwl_nic_error(struct iwl_op_mode *op_mode) in iwl_nic_error()
1875 static void iwl_cmd_queue_full(struct iwl_op_mode *op_mode) in iwl_cmd_queue_full()
1887 static void iwl_nic_config(struct iwl_op_mode *op_mode) in iwl_nic_config()
1941 static void iwl_wimax_active(struct iwl_op_mode *op_mode) in iwl_wimax_active()
1949 static void iwl_stop_sw_queue(struct iwl_op_mode *op_mode, int queue) in iwl_stop_sw_queue()
1968 static void iwl_wake_sw_queue(struct iwl_op_mode *op_mode, int queue) in iwl_wake_sw_queue()
2008 static void iwl_free_skb(struct iwl_op_mode *op_mode, struct sk_buff *skb) in iwl_free_skb()
[all …]
Drs.c901 struct iwl_op_mode *op_mode = (struct iwl_op_mode *)priv_r; in rs_tx_status()
2712 struct iwl_op_mode *op_mode __maybe_unused = in rs_get_rate()
2713 (struct iwl_op_mode *)priv_r; in rs_get_rate()
2782 struct iwl_op_mode *op_mode __maybe_unused = in rs_alloc_sta()
2783 (struct iwl_op_mode *)priv_rate; in rs_alloc_sta()
3054 struct iwl_op_mode *op_mode __maybe_unused = priv_r; in rs_free_sta()
Dagn.h125 void iwl_rx_dispatch(struct iwl_op_mode *op_mode, struct napi_struct *napi,
Ddev.h646 ((struct iwl_priv *) ((struct iwl_op_mode *) \
Dmac80211.c1639 struct iwl_op_mode *op_mode; in iwl_alloc_all()
1645 sizeof(struct iwl_op_mode), &iwlagn_hw_ops); in iwl_alloc_all()
Drx.c1076 void iwl_rx_dispatch(struct iwl_op_mode *op_mode, struct napi_struct *napi, in iwl_rx_dispatch()