Lines Matching refs:iwl_op_mode

73 struct iwl_op_mode;
149 struct iwl_op_mode *(*start)(struct iwl_trans *trans,
153 void (*stop)(struct iwl_op_mode *op_mode);
154 void (*rx)(struct iwl_op_mode *op_mode, struct napi_struct *napi,
156 void (*rx_rss)(struct iwl_op_mode *op_mode, struct napi_struct *napi,
158 void (*queue_full)(struct iwl_op_mode *op_mode, int queue);
159 void (*queue_not_full)(struct iwl_op_mode *op_mode, int queue);
160 bool (*hw_rf_kill)(struct iwl_op_mode *op_mode, bool state);
161 void (*free_skb)(struct iwl_op_mode *op_mode, struct sk_buff *skb);
162 void (*nic_error)(struct iwl_op_mode *op_mode);
163 void (*cmd_queue_full)(struct iwl_op_mode *op_mode);
164 void (*nic_config)(struct iwl_op_mode *op_mode);
165 void (*wimax_active)(struct iwl_op_mode *op_mode);
166 int (*enter_d0i3)(struct iwl_op_mode *op_mode);
167 int (*exit_d0i3)(struct iwl_op_mode *op_mode);
179 struct iwl_op_mode { struct
185 static inline void iwl_op_mode_stop(struct iwl_op_mode *op_mode) in iwl_op_mode_stop()
191 static inline void iwl_op_mode_rx(struct iwl_op_mode *op_mode, in iwl_op_mode_rx()
198 static inline void iwl_op_mode_rx_rss(struct iwl_op_mode *op_mode, in iwl_op_mode_rx_rss()
206 static inline void iwl_op_mode_queue_full(struct iwl_op_mode *op_mode, in iwl_op_mode_queue_full()
212 static inline void iwl_op_mode_queue_not_full(struct iwl_op_mode *op_mode, in iwl_op_mode_queue_not_full()
219 iwl_op_mode_hw_rf_kill(struct iwl_op_mode *op_mode, bool state) in iwl_op_mode_hw_rf_kill()
225 static inline void iwl_op_mode_free_skb(struct iwl_op_mode *op_mode, in iwl_op_mode_free_skb()
231 static inline void iwl_op_mode_nic_error(struct iwl_op_mode *op_mode) in iwl_op_mode_nic_error()
236 static inline void iwl_op_mode_cmd_queue_full(struct iwl_op_mode *op_mode) in iwl_op_mode_cmd_queue_full()
241 static inline void iwl_op_mode_nic_config(struct iwl_op_mode *op_mode) in iwl_op_mode_nic_config()
247 static inline void iwl_op_mode_wimax_active(struct iwl_op_mode *op_mode) in iwl_op_mode_wimax_active()
253 static inline int iwl_op_mode_enter_d0i3(struct iwl_op_mode *op_mode) in iwl_op_mode_enter_d0i3()
262 static inline int iwl_op_mode_exit_d0i3(struct iwl_op_mode *op_mode) in iwl_op_mode_exit_d0i3()