Searched refs:iwl_op_mode (Results 1 – 12 of 12) sorted by relevance
/drivers/net/wireless/iwlwifi/ |
D | iwl-op-mode.h | 71 struct iwl_op_mode; 145 struct iwl_op_mode *(*start)(struct iwl_trans *trans, 149 void (*stop)(struct iwl_op_mode *op_mode); 150 int (*rx)(struct iwl_op_mode *op_mode, struct iwl_rx_cmd_buffer *rxb, 152 void (*napi_add)(struct iwl_op_mode *op_mode, 157 void (*queue_full)(struct iwl_op_mode *op_mode, int queue); 158 void (*queue_not_full)(struct iwl_op_mode *op_mode, int queue); 159 bool (*hw_rf_kill)(struct iwl_op_mode *op_mode, bool state); 160 void (*free_skb)(struct iwl_op_mode *op_mode, struct sk_buff *skb); 161 void (*nic_error)(struct iwl_op_mode *op_mode); [all …]
|
D | iwl-trans.h | 387 struct iwl_op_mode *op_mode; 580 struct iwl_op_mode *op_mode;
|
D | iwl-drv.c | 128 struct iwl_op_mode *op_mode; 938 static struct iwl_op_mode * 943 struct iwl_op_mode *op_mode = NULL; in _iwl_op_mode_start()
|
/drivers/net/wireless/iwlwifi/mvm/ |
D | ops.c | 144 static void iwl_mvm_nic_config(struct iwl_op_mode *op_mode) in iwl_mvm_nic_config() 373 static struct iwl_op_mode * 378 struct iwl_op_mode *op_mode; in iwl_op_mode_mvm_start() 397 hw = ieee80211_alloc_hw(sizeof(struct iwl_op_mode) + in iwl_op_mode_mvm_start() 576 static void iwl_op_mode_mvm_stop(struct iwl_op_mode *op_mode) in iwl_op_mode_mvm_stop() 663 static int iwl_mvm_rx_dispatch(struct iwl_op_mode *op_mode, in iwl_mvm_rx_dispatch() 707 static void iwl_mvm_stop_sw_queue(struct iwl_op_mode *op_mode, int queue) in iwl_mvm_stop_sw_queue() 725 static void iwl_mvm_wake_sw_queue(struct iwl_op_mode *op_mode, int queue) in iwl_mvm_wake_sw_queue() 753 static bool iwl_mvm_set_hw_rfkill_state(struct iwl_op_mode *op_mode, bool state) in iwl_mvm_set_hw_rfkill_state() 776 static void iwl_mvm_free_skb(struct iwl_op_mode *op_mode, struct sk_buff *skb) in iwl_mvm_free_skb() [all …]
|
D | rs.c | 1241 struct iwl_op_mode *op_mode = (struct iwl_op_mode *)mvm_r; in rs_mac80211_tx_status() 2438 struct iwl_op_mode *op_mode __maybe_unused = in rs_get_rate() 2439 (struct iwl_op_mode *)mvm_r; in rs_get_rate() 2466 struct iwl_op_mode *op_mode = (struct iwl_op_mode *)mvm_rate; in rs_alloc_sta() 2726 struct iwl_op_mode *op_mode = in rs_rate_update() 2727 (struct iwl_op_mode *)mvm_r; in rs_rate_update() 2953 struct iwl_op_mode *op_mode __maybe_unused = mvm_r; in rs_free_sta()
|
D | mvm.h | 742 IWL_OP_MODE_GET_MVM((struct iwl_op_mode *)((_hw)->priv))
|
/drivers/net/wireless/iwlwifi/dvm/ |
D | main.c | 1160 static struct iwl_op_mode *iwl_op_mode_dvm_start(struct iwl_trans *trans, in iwl_op_mode_dvm_start() 1167 struct iwl_op_mode *op_mode; in iwl_op_mode_dvm_start() 1434 static void iwl_op_mode_dvm_stop(struct iwl_op_mode *op_mode) in iwl_op_mode_dvm_stop() 1881 static void iwl_nic_error(struct iwl_op_mode *op_mode) in iwl_nic_error() 1894 static void iwl_cmd_queue_full(struct iwl_op_mode *op_mode) in iwl_cmd_queue_full() 1906 static void iwl_nic_config(struct iwl_op_mode *op_mode) in iwl_nic_config() 1960 static void iwl_wimax_active(struct iwl_op_mode *op_mode) in iwl_wimax_active() 1968 static void iwl_stop_sw_queue(struct iwl_op_mode *op_mode, int queue) in iwl_stop_sw_queue() 1987 static void iwl_wake_sw_queue(struct iwl_op_mode *op_mode, int queue) in iwl_wake_sw_queue() 2027 static void iwl_free_skb(struct iwl_op_mode *op_mode, struct sk_buff *skb) in iwl_free_skb() [all …]
|
D | rs.c | 901 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()
|
D | agn.h | 125 int __must_check iwl_rx_dispatch(struct iwl_op_mode *op_mode,
|
D | dev.h | 646 ((struct iwl_priv *) ((struct iwl_op_mode *) \
|
D | mac80211.c | 1623 struct iwl_op_mode *op_mode; in iwl_alloc_all() 1629 sizeof(struct iwl_op_mode), &iwlagn_hw_ops); in iwl_alloc_all()
|
D | rx.c | 1105 int iwl_rx_dispatch(struct iwl_op_mode *op_mode, struct iwl_rx_cmd_buffer *rxb, in iwl_rx_dispatch()
|