Lines Matching refs:iwl_op_mode

71 struct iwl_op_mode;
146 struct iwl_op_mode *(*start)(struct iwl_trans *trans,
150 void (*stop)(struct iwl_op_mode *op_mode);
151 int (*rx)(struct iwl_op_mode *op_mode, struct iwl_rx_cmd_buffer *rxb,
153 void (*napi_add)(struct iwl_op_mode *op_mode,
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 int iwl_op_mode_rx(struct iwl_op_mode *op_mode, in iwl_op_mode_rx()
198 static inline void iwl_op_mode_queue_full(struct iwl_op_mode *op_mode, in iwl_op_mode_queue_full()
204 static inline void iwl_op_mode_queue_not_full(struct iwl_op_mode *op_mode, in iwl_op_mode_queue_not_full()
211 iwl_op_mode_hw_rf_kill(struct iwl_op_mode *op_mode, bool state) in iwl_op_mode_hw_rf_kill()
217 static inline void iwl_op_mode_free_skb(struct iwl_op_mode *op_mode, in iwl_op_mode_free_skb()
223 static inline void iwl_op_mode_nic_error(struct iwl_op_mode *op_mode) in iwl_op_mode_nic_error()
228 static inline void iwl_op_mode_cmd_queue_full(struct iwl_op_mode *op_mode) in iwl_op_mode_cmd_queue_full()
233 static inline void iwl_op_mode_nic_config(struct iwl_op_mode *op_mode) in iwl_op_mode_nic_config()
239 static inline void iwl_op_mode_wimax_active(struct iwl_op_mode *op_mode) in iwl_op_mode_wimax_active()
245 static inline int iwl_op_mode_enter_d0i3(struct iwl_op_mode *op_mode) in iwl_op_mode_enter_d0i3()
254 static inline int iwl_op_mode_exit_d0i3(struct iwl_op_mode *op_mode) in iwl_op_mode_exit_d0i3()
263 static inline void iwl_op_mode_napi_add(struct iwl_op_mode *op_mode, in iwl_op_mode_napi_add()