Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/iwlwifi/
Diwl-op-mode.h71 struct iwl_op_mode;
146 struct iwl_op_mode *(*start)(struct iwl_trans *trans,
150 void (*stop)(struct iwl_op_mode *op_mode);
151 int (*rx)(struct iwl_op_mode *op_mode, struct iwl_rx_cmd_buffer *rxb,
153 void (*napi_add)(struct iwl_op_mode *op_mode,
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.h388 struct iwl_op_mode *op_mode;
609 struct iwl_op_mode *op_mode;
Diwl-drv.c112 struct iwl_op_mode *op_mode;
1044 static struct iwl_op_mode *
1049 struct iwl_op_mode *op_mode = NULL; in _iwl_op_mode_start()
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Dops.c141 static void iwl_mvm_nic_config(struct iwl_op_mode *op_mode) in iwl_mvm_nic_config()
388 static struct iwl_op_mode *
393 struct iwl_op_mode *op_mode; in iwl_op_mode_mvm_start()
412 hw = ieee80211_alloc_hw(sizeof(struct iwl_op_mode) + in iwl_op_mode_mvm_start()
601 static void iwl_op_mode_mvm_stop(struct iwl_op_mode *op_mode) in iwl_op_mode_mvm_stop()
719 static int iwl_mvm_rx_dispatch(struct iwl_op_mode *op_mode, in iwl_mvm_rx_dispatch()
765 static void iwl_mvm_stop_sw_queue(struct iwl_op_mode *op_mode, int queue) in iwl_mvm_stop_sw_queue()
783 static void iwl_mvm_wake_sw_queue(struct iwl_op_mode *op_mode, int queue) in iwl_mvm_wake_sw_queue()
811 static bool iwl_mvm_set_hw_rfkill_state(struct iwl_op_mode *op_mode, bool state) in iwl_mvm_set_hw_rfkill_state()
834 static void iwl_mvm_free_skb(struct iwl_op_mode *op_mode, struct sk_buff *skb) in iwl_mvm_free_skb()
[all …]
Drs.c1336 struct iwl_op_mode *op_mode = (struct iwl_op_mode *)mvm_r; in rs_mac80211_tx_status()
2569 struct iwl_op_mode *op_mode __maybe_unused = in rs_get_rate()
2570 (struct iwl_op_mode *)mvm_r; in rs_get_rate()
2605 struct iwl_op_mode *op_mode = (struct iwl_op_mode *)mvm_rate; in rs_alloc_sta()
2896 struct iwl_op_mode *op_mode = in rs_rate_update()
2897 (struct iwl_op_mode *)mvm_r; in rs_rate_update()
3274 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))
1287 int iwl_mvm_enter_d0i3(struct iwl_op_mode *op_mode);
1288 int iwl_mvm_exit_d0i3(struct iwl_op_mode *op_mode);
/linux-4.1.27/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()
2721 struct iwl_op_mode *op_mode __maybe_unused = in rs_get_rate()
2722 (struct iwl_op_mode *)priv_r; in rs_get_rate()
2791 struct iwl_op_mode *op_mode __maybe_unused = in rs_alloc_sta()
2792 (struct iwl_op_mode *)priv_rate; in rs_alloc_sta()
3063 struct iwl_op_mode *op_mode __maybe_unused = priv_r; in rs_free_sta()
Dagn.h125 int __must_check iwl_rx_dispatch(struct iwl_op_mode *op_mode,
Ddev.h646 ((struct iwl_priv *) ((struct iwl_op_mode *) \
Dmac80211.c1628 struct iwl_op_mode *op_mode; in iwl_alloc_all()
1634 sizeof(struct iwl_op_mode), &iwlagn_hw_ops); in iwl_alloc_all()
Drx.c1105 int iwl_rx_dispatch(struct iwl_op_mode *op_mode, struct iwl_rx_cmd_buffer *rxb, in iwl_rx_dispatch()