Searched refs:iwl_op_mode (Results 1 – 13 of 13) sorted by relevance
/drivers/net/wireless/intel/iwlwifi/ |
D | iwl-op-mode.h | 14 struct iwl_op_mode; 90 struct iwl_op_mode *(*start)(struct iwl_trans *trans, 94 void (*stop)(struct iwl_op_mode *op_mode); 95 void (*rx)(struct iwl_op_mode *op_mode, struct napi_struct *napi, 97 void (*rx_rss)(struct iwl_op_mode *op_mode, struct napi_struct *napi, 99 void (*async_cb)(struct iwl_op_mode *op_mode, 101 void (*queue_full)(struct iwl_op_mode *op_mode, int queue); 102 void (*queue_not_full)(struct iwl_op_mode *op_mode, int queue); 103 bool (*hw_rf_kill)(struct iwl_op_mode *op_mode, bool state); 104 void (*free_skb)(struct iwl_op_mode *op_mode, struct sk_buff *skb); [all …]
|
D | iwl-trans.h | 391 struct iwl_op_mode *op_mode; 945 struct iwl_op_mode *op_mode;
|
D | iwl-drv.c | 59 struct iwl_op_mode *op_mode; 1271 static struct iwl_op_mode * 1276 struct iwl_op_mode *op_mode = NULL; in _iwl_op_mode_start()
|
/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | ops.c | 78 static void iwl_mvm_nic_config(struct iwl_op_mode *op_mode) in iwl_mvm_nic_config() 732 static struct iwl_op_mode * 737 struct iwl_op_mode *op_mode; in iwl_op_mode_mvm_start() 758 hw = ieee80211_alloc_hw(sizeof(struct iwl_op_mode) + in iwl_op_mode_mvm_start() 1033 static void iwl_op_mode_mvm_stop(struct iwl_op_mode *op_mode) in iwl_op_mode_mvm_stop() 1199 static void iwl_mvm_rx(struct iwl_op_mode *op_mode, in iwl_mvm_rx() 1215 void iwl_mvm_rx_mq(struct iwl_op_mode *op_mode, in iwl_mvm_rx_mq() 1238 static void iwl_mvm_async_cb(struct iwl_op_mode *op_mode, in iwl_mvm_async_cb() 1256 static void iwl_mvm_queue_state_change(struct iwl_op_mode *op_mode, in iwl_mvm_queue_state_change() 1323 static void iwl_mvm_stop_sw_queue(struct iwl_op_mode *op_mode, int hw_queue) in iwl_mvm_stop_sw_queue() [all …]
|
D | rs.c | 1213 struct iwl_op_mode *op_mode = mvm_r; in rs_drv_mac80211_tx_status() 2721 struct iwl_op_mode *op_mode = mvm_r; in rs_drv_get_rate() 2761 struct iwl_op_mode *op_mode = (struct iwl_op_mode *)mvm_rate; in rs_drv_alloc_sta() 3054 struct iwl_op_mode *op_mode = mvm_r; in rs_drv_rate_update() 3684 struct iwl_op_mode *op_mode __maybe_unused = mvm_r; in rs_free_sta()
|
D | mvm.h | 1113 IWL_OP_MODE_GET_MVM((struct iwl_op_mode *)((_hw)->priv)) 1575 void iwl_mvm_rx_mq(struct iwl_op_mode *op_mode,
|
D | debugfs.c | 1148 struct iwl_op_mode *opmode = container_of((void *)mvm, in iwl_dbgfs_inject_packet_write() 1149 struct iwl_op_mode, in iwl_dbgfs_inject_packet_write()
|
/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | main.c | 1231 static struct iwl_op_mode *iwl_op_mode_dvm_start(struct iwl_trans *trans, in iwl_op_mode_dvm_start() 1238 struct iwl_op_mode *op_mode; in iwl_op_mode_dvm_start() 1514 static void iwl_op_mode_dvm_stop(struct iwl_op_mode *op_mode) in iwl_op_mode_dvm_stop() 1953 static void iwl_nic_error(struct iwl_op_mode *op_mode, bool sync) in iwl_nic_error() 1966 static void iwl_cmd_queue_full(struct iwl_op_mode *op_mode) in iwl_cmd_queue_full() 1978 static void iwl_nic_config(struct iwl_op_mode *op_mode) in iwl_nic_config() 2032 static void iwl_wimax_active(struct iwl_op_mode *op_mode) in iwl_wimax_active() 2040 static void iwl_stop_sw_queue(struct iwl_op_mode *op_mode, int queue) in iwl_stop_sw_queue() 2059 static void iwl_wake_sw_queue(struct iwl_op_mode *op_mode, int queue) in iwl_wake_sw_queue() 2099 static void iwl_free_skb(struct iwl_op_mode *op_mode, struct sk_buff *skb) in iwl_free_skb() [all …]
|
D | rs.c | 877 struct iwl_op_mode *op_mode = (struct iwl_op_mode *)priv_r; in rs_tx_status() 2688 struct iwl_op_mode *op_mode __maybe_unused = in rs_get_rate() 2689 (struct iwl_op_mode *)priv_r; in rs_get_rate() 2754 struct iwl_op_mode *op_mode __maybe_unused = in rs_alloc_sta() 2755 (struct iwl_op_mode *)priv_rate; in rs_alloc_sta() 3026 struct iwl_op_mode *op_mode __maybe_unused = priv_r; in rs_free_sta()
|
D | agn.h | 67 void iwl_rx_dispatch(struct iwl_op_mode *op_mode, struct napi_struct *napi,
|
D | dev.h | 626 ((struct iwl_priv *) ((struct iwl_op_mode *) \
|
D | mac80211.c | 1610 struct iwl_op_mode *op_mode; in iwl_alloc_all() 1616 sizeof(struct iwl_op_mode), &iwlagn_hw_ops); in iwl_alloc_all()
|
D | rx.c | 1000 void iwl_rx_dispatch(struct iwl_op_mode *op_mode, struct napi_struct *napi, in iwl_rx_dispatch()
|