Home
last modified time | relevance | path

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

/drivers/net/wireless/intel/iwlwifi/
Diwl-op-mode.h73 struct iwl_op_mode;
151 struct iwl_op_mode *(*start)(struct iwl_trans *trans,
155 void (*stop)(struct iwl_op_mode *op_mode);
156 void (*rx)(struct iwl_op_mode *op_mode, struct napi_struct *napi,
158 void (*rx_rss)(struct iwl_op_mode *op_mode, struct napi_struct *napi,
160 void (*async_cb)(struct iwl_op_mode *op_mode,
162 void (*queue_full)(struct iwl_op_mode *op_mode, int queue);
163 void (*queue_not_full)(struct iwl_op_mode *op_mode, int queue);
164 bool (*hw_rf_kill)(struct iwl_op_mode *op_mode, bool state);
165 void (*free_skb)(struct iwl_op_mode *op_mode, struct sk_buff *skb);
[all …]
Diwl-trans.h498 struct iwl_op_mode *op_mode;
804 struct iwl_op_mode *op_mode;
Diwl-drv.c114 struct iwl_op_mode *op_mode;
1145 static struct iwl_op_mode *
1150 struct iwl_op_mode *op_mode = NULL; in _iwl_op_mode_start()
/drivers/net/wireless/intel/iwlwifi/mvm/
Dops.c146 static void iwl_mvm_nic_config(struct iwl_op_mode *op_mode) in iwl_mvm_nic_config()
522 static struct iwl_op_mode *
527 struct iwl_op_mode *op_mode; in iwl_op_mode_mvm_start()
546 hw = ieee80211_alloc_hw(sizeof(struct iwl_op_mode) + in iwl_op_mode_mvm_start()
776 static void iwl_op_mode_mvm_stop(struct iwl_op_mode *op_mode) in iwl_op_mode_mvm_stop()
945 static void iwl_mvm_rx(struct iwl_op_mode *op_mode, in iwl_mvm_rx()
961 static void iwl_mvm_rx_mq(struct iwl_op_mode *op_mode, in iwl_mvm_rx_mq()
998 static void iwl_mvm_async_cb(struct iwl_op_mode *op_mode, in iwl_mvm_async_cb()
1010 static void iwl_mvm_stop_sw_queue(struct iwl_op_mode *op_mode, int hw_queue) in iwl_mvm_stop_sw_queue()
1040 static void iwl_mvm_wake_sw_queue(struct iwl_op_mode *op_mode, int hw_queue) in iwl_mvm_wake_sw_queue()
[all …]
Drs.c1415 struct iwl_op_mode *op_mode = (struct iwl_op_mode *)mvm_r; in rs_mac80211_tx_status()
2882 struct iwl_op_mode *op_mode __maybe_unused = in rs_get_rate()
2883 (struct iwl_op_mode *)mvm_r; in rs_get_rate()
2930 struct iwl_op_mode *op_mode = (struct iwl_op_mode *)mvm_rate; in rs_alloc_sta()
3223 struct iwl_op_mode *op_mode = in rs_rate_update()
3224 (struct iwl_op_mode *)mvm_r; in rs_rate_update()
3592 struct iwl_op_mode *op_mode __maybe_unused = mvm_r; in rs_free_sta()
Dmvm.h1044 IWL_OP_MODE_GET_MVM((struct iwl_op_mode *)((_hw)->priv))
1581 int iwl_mvm_enter_d0i3(struct iwl_op_mode *op_mode);
1582 int iwl_mvm_exit_d0i3(struct iwl_op_mode *op_mode);
/drivers/net/wireless/intel/iwlwifi/dvm/
Dmain.c1232 static struct iwl_op_mode *iwl_op_mode_dvm_start(struct iwl_trans *trans, in iwl_op_mode_dvm_start()
1239 struct iwl_op_mode *op_mode; in iwl_op_mode_dvm_start()
1524 static void iwl_op_mode_dvm_stop(struct iwl_op_mode *op_mode) in iwl_op_mode_dvm_stop()
1971 static void iwl_nic_error(struct iwl_op_mode *op_mode) in iwl_nic_error()
1984 static void iwl_cmd_queue_full(struct iwl_op_mode *op_mode) in iwl_cmd_queue_full()
1996 static void iwl_nic_config(struct iwl_op_mode *op_mode) in iwl_nic_config()
2050 static void iwl_wimax_active(struct iwl_op_mode *op_mode) in iwl_wimax_active()
2058 static void iwl_stop_sw_queue(struct iwl_op_mode *op_mode, int queue) in iwl_stop_sw_queue()
2077 static void iwl_wake_sw_queue(struct iwl_op_mode *op_mode, int queue) in iwl_wake_sw_queue()
2117 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.c999 void iwl_rx_dispatch(struct iwl_op_mode *op_mode, struct napi_struct *napi, in iwl_rx_dispatch()