Lines Matching refs:iwl_op_mode
73 struct iwl_op_mode;
151 struct iwl_op_mode *(*start)(struct iwl_trans *trans,
155 void (*stop)(struct iwl_op_mode *op_mode);
156 void (*rx)(struct iwl_op_mode *op_mode, struct napi_struct *napi,
158 void (*rx_rss)(struct iwl_op_mode *op_mode, struct napi_struct *napi,
160 void (*async_cb)(struct iwl_op_mode *op_mode,
162 void (*queue_full)(struct iwl_op_mode *op_mode, int queue);
163 void (*queue_not_full)(struct iwl_op_mode *op_mode, int queue);
164 bool (*hw_rf_kill)(struct iwl_op_mode *op_mode, bool state);
165 void (*free_skb)(struct iwl_op_mode *op_mode, struct sk_buff *skb);
166 void (*nic_error)(struct iwl_op_mode *op_mode);
167 void (*cmd_queue_full)(struct iwl_op_mode *op_mode);
168 void (*nic_config)(struct iwl_op_mode *op_mode);
169 void (*wimax_active)(struct iwl_op_mode *op_mode);
170 int (*enter_d0i3)(struct iwl_op_mode *op_mode);
171 int (*exit_d0i3)(struct iwl_op_mode *op_mode);
183 struct iwl_op_mode { struct
189 static inline void iwl_op_mode_stop(struct iwl_op_mode *op_mode) in iwl_op_mode_stop()
195 static inline void iwl_op_mode_rx(struct iwl_op_mode *op_mode, in iwl_op_mode_rx()
202 static inline void iwl_op_mode_rx_rss(struct iwl_op_mode *op_mode, in iwl_op_mode_rx_rss()
210 static inline void iwl_op_mode_async_cb(struct iwl_op_mode *op_mode, in iwl_op_mode_async_cb()
217 static inline void iwl_op_mode_queue_full(struct iwl_op_mode *op_mode, in iwl_op_mode_queue_full()
223 static inline void iwl_op_mode_queue_not_full(struct iwl_op_mode *op_mode, in iwl_op_mode_queue_not_full()
230 iwl_op_mode_hw_rf_kill(struct iwl_op_mode *op_mode, bool state) in iwl_op_mode_hw_rf_kill()
236 static inline void iwl_op_mode_free_skb(struct iwl_op_mode *op_mode, in iwl_op_mode_free_skb()
242 static inline void iwl_op_mode_nic_error(struct iwl_op_mode *op_mode) in iwl_op_mode_nic_error()
247 static inline void iwl_op_mode_cmd_queue_full(struct iwl_op_mode *op_mode) in iwl_op_mode_cmd_queue_full()
252 static inline void iwl_op_mode_nic_config(struct iwl_op_mode *op_mode) in iwl_op_mode_nic_config()
258 static inline void iwl_op_mode_wimax_active(struct iwl_op_mode *op_mode) in iwl_op_mode_wimax_active()
264 static inline int iwl_op_mode_enter_d0i3(struct iwl_op_mode *op_mode) in iwl_op_mode_enter_d0i3()
273 static inline int iwl_op_mode_exit_d0i3(struct iwl_op_mode *op_mode) in iwl_op_mode_exit_d0i3()