Searched refs:iwl_op_mode (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | ops.c | 78 static void iwl_mvm_nic_config(struct iwl_op_mode *op_mode) in iwl_mvm_nic_config() 1274 static struct iwl_op_mode * 1279 struct iwl_op_mode *op_mode; in iwl_op_mode_mvm_start() 1302 hw = ieee80211_alloc_hw(sizeof(struct iwl_op_mode) + in iwl_op_mode_mvm_start() 1594 static void iwl_op_mode_mvm_stop(struct iwl_op_mode *op_mode) in iwl_op_mode_mvm_stop() 1824 static void iwl_mvm_rx(struct iwl_op_mode *op_mode, in iwl_mvm_rx() 1840 void iwl_mvm_rx_mq(struct iwl_op_mode *op_mode, in iwl_mvm_rx_mq() 1869 static void iwl_mvm_queue_state_change(struct iwl_op_mode *op_mode, in iwl_mvm_queue_state_change() 1936 static void iwl_mvm_stop_sw_queue(struct iwl_op_mode *op_mode, int hw_queue) in iwl_mvm_stop_sw_queue() 1941 static void iwl_mvm_wake_sw_queue(struct iwl_op_mode *op_mode, int hw_queue) in iwl_mvm_wake_sw_queue() [all …]
|
H A D | rs.c | 1167 struct iwl_op_mode *op_mode = mvm_r; in rs_drv_mac80211_tx_status() 2678 struct iwl_op_mode *op_mode = mvm_r; in rs_drv_get_rate() 2720 struct iwl_op_mode *op_mode = (struct iwl_op_mode *)mvm_rate; in rs_drv_alloc_sta() 3012 struct iwl_op_mode *op_mode = mvm_r; in rs_drv_rate_update() 3646 struct iwl_op_mode *op_mode __maybe_unused = mvm_r; in rs_free_sta()
|
H A D | debugfs.c | 1272 struct iwl_op_mode *opmode = container_of((void *)mvm, in iwl_dbgfs_inject_packet_write() 1273 struct iwl_op_mode, in iwl_dbgfs_inject_packet_write()
|
/linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | main.c | 1226 static struct iwl_op_mode *iwl_op_mode_dvm_start(struct iwl_trans *trans, in iwl_op_mode_dvm_start() 1233 struct iwl_op_mode *op_mode; in iwl_op_mode_dvm_start() 1517 static void iwl_op_mode_dvm_stop(struct iwl_op_mode *op_mode) in iwl_op_mode_dvm_stop() 1947 static void iwl_nic_error(struct iwl_op_mode *op_mode, in iwl_nic_error() 1974 static bool iwlagn_sw_reset(struct iwl_op_mode *op_mode, in iwlagn_sw_reset() 1988 static void iwl_nic_config(struct iwl_op_mode *op_mode) in iwl_nic_config() 2038 static void iwl_wimax_active(struct iwl_op_mode *op_mode) in iwl_wimax_active() 2046 static void iwl_stop_sw_queue(struct iwl_op_mode *op_mode, int queue) in iwl_stop_sw_queue() 2065 static void iwl_wake_sw_queue(struct iwl_op_mode *op_mode, int queue) in iwl_wake_sw_queue() 2105 static void iwl_free_skb(struct iwl_op_mode *op_mode, struct sk_buff *skb) in iwl_free_skb() [all …]
|
H A D | rs.c | 855 struct iwl_op_mode *op_mode = (struct iwl_op_mode *)priv_r; in rs_tx_status() 2666 struct iwl_op_mode *op_mode __maybe_unused = in rs_get_rate() 2667 (struct iwl_op_mode *)priv_r; in rs_get_rate() 2728 struct iwl_op_mode *op_mode __maybe_unused = in rs_alloc_sta() 2729 (struct iwl_op_mode *)priv_rate; in rs_alloc_sta() 2999 struct iwl_op_mode *op_mode __maybe_unused = priv_r; in rs_free_sta()
|
H A D | agn.h | 67 void iwl_rx_dispatch(struct iwl_op_mode *op_mode, struct napi_struct *napi,
|
H A D | dev.h | 623 ((struct iwl_priv *) ((struct iwl_op_mode *) \
|
H A D | rx.c | 995 void iwl_rx_dispatch(struct iwl_op_mode *op_mode, struct napi_struct *napi, in iwl_rx_dispatch()
|
/linux/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-drv.c | 59 struct iwl_op_mode *op_mode; 1412 static struct iwl_op_mode * 1417 struct iwl_op_mode *op_mode = NULL; in _iwl_op_mode_start()
|