Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlwifi/
A Diwl-op-mode.h14 struct iwl_op_mode;
90 struct iwl_op_mode *(*start)(struct iwl_trans *trans,
94 void (*stop)(struct iwl_op_mode *op_mode);
99 void (*async_cb)(struct iwl_op_mode *op_mode,
101 void (*queue_full)(struct iwl_op_mode *op_mode, int queue);
105 void (*nic_error)(struct iwl_op_mode *op_mode, bool sync);
106 void (*cmd_queue_full)(struct iwl_op_mode *op_mode);
107 void (*nic_config)(struct iwl_op_mode *op_mode);
108 void (*wimax_active)(struct iwl_op_mode *op_mode);
109 void (*time_point)(struct iwl_op_mode *op_mode,
[all …]
A Diwl-trans.h405 struct iwl_op_mode *op_mode;
962 struct iwl_op_mode *op_mode;
A Diwl-drv.c58 struct iwl_op_mode *op_mode;
1310 static struct iwl_op_mode *
1315 struct iwl_op_mode *op_mode = NULL; in _iwl_op_mode_start()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
A Dops.c77 static void iwl_mvm_nic_config(struct iwl_op_mode *op_mode) in iwl_mvm_nic_config()
907 static struct iwl_op_mode *
912 struct iwl_op_mode *op_mode; in iwl_op_mode_mvm_start()
933 hw = ieee80211_alloc_hw(sizeof(struct iwl_op_mode) + in iwl_op_mode_mvm_start()
1208 static void iwl_op_mode_mvm_stop(struct iwl_op_mode *op_mode) in iwl_op_mode_mvm_stop()
1374 static void iwl_mvm_rx(struct iwl_op_mode *op_mode, in iwl_mvm_rx()
1390 void iwl_mvm_rx_mq(struct iwl_op_mode *op_mode, in iwl_mvm_rx_mq()
1413 static void iwl_mvm_async_cb(struct iwl_op_mode *op_mode, in iwl_mvm_async_cb()
1431 static void iwl_mvm_queue_state_change(struct iwl_op_mode *op_mode, in iwl_mvm_queue_state_change()
1694 static void iwl_mvm_cmd_queue_full(struct iwl_op_mode *op_mode) in iwl_mvm_cmd_queue_full()
[all …]
A Drs.c1168 struct iwl_op_mode *op_mode = mvm_r; in rs_drv_mac80211_tx_status()
2675 struct iwl_op_mode *op_mode = mvm_r; in rs_drv_get_rate()
2715 struct iwl_op_mode *op_mode = (struct iwl_op_mode *)mvm_rate; in rs_drv_alloc_sta()
3008 struct iwl_op_mode *op_mode = mvm_r; in rs_drv_rate_update()
3638 struct iwl_op_mode *op_mode __maybe_unused = mvm_r; in rs_free_sta()
A Dmvm.h1113 IWL_OP_MODE_GET_MVM((struct iwl_op_mode *)((_hw)->priv))
1580 void iwl_mvm_rx_mq(struct iwl_op_mode *op_mode,
A Ddebugfs.c1144 struct iwl_op_mode *opmode = container_of((void *)mvm, in iwl_dbgfs_inject_packet_write()
1145 struct iwl_op_mode, in iwl_dbgfs_inject_packet_write()
/linux/drivers/net/wireless/intel/iwlwifi/dvm/
A Dmain.c1225 static struct iwl_op_mode *iwl_op_mode_dvm_start(struct iwl_trans *trans, in iwl_op_mode_dvm_start()
1232 struct iwl_op_mode *op_mode; in iwl_op_mode_dvm_start()
1508 static void iwl_op_mode_dvm_stop(struct iwl_op_mode *op_mode) in iwl_op_mode_dvm_stop()
1946 static void iwl_nic_error(struct iwl_op_mode *op_mode, bool sync) in iwl_nic_error()
1959 static void iwl_cmd_queue_full(struct iwl_op_mode *op_mode) in iwl_cmd_queue_full()
1971 static void iwl_nic_config(struct iwl_op_mode *op_mode) in iwl_nic_config()
2025 static void iwl_wimax_active(struct iwl_op_mode *op_mode) in iwl_wimax_active()
2033 static void iwl_stop_sw_queue(struct iwl_op_mode *op_mode, int queue) in iwl_stop_sw_queue()
2052 static void iwl_wake_sw_queue(struct iwl_op_mode *op_mode, int queue) in iwl_wake_sw_queue()
2092 static void iwl_free_skb(struct iwl_op_mode *op_mode, struct sk_buff *skb) in iwl_free_skb()
[all …]
A Drs.c872 struct iwl_op_mode *op_mode = (struct iwl_op_mode *)priv_r; in rs_tx_status()
2683 struct iwl_op_mode *op_mode __maybe_unused = in rs_get_rate()
2684 (struct iwl_op_mode *)priv_r; in rs_get_rate()
2749 struct iwl_op_mode *op_mode __maybe_unused = in rs_alloc_sta()
2750 (struct iwl_op_mode *)priv_rate; in rs_alloc_sta()
3021 struct iwl_op_mode *op_mode __maybe_unused = priv_r; in rs_free_sta()
A Dagn.h67 void iwl_rx_dispatch(struct iwl_op_mode *op_mode, struct napi_struct *napi,
A Ddev.h621 ((struct iwl_priv *) ((struct iwl_op_mode *) \
A Dmac80211.c1605 struct iwl_op_mode *op_mode; in iwl_alloc_all()
1611 sizeof(struct iwl_op_mode), &iwlagn_hw_ops); in iwl_alloc_all()
A Drx.c995 void iwl_rx_dispatch(struct iwl_op_mode *op_mode, struct napi_struct *napi, in iwl_rx_dispatch()

Completed in 59 milliseconds