Lines Matching defs:iwl_op_mode
14 struct iwl_op_mode;
94 struct iwl_op_mode *(*start)(struct iwl_trans *trans,
98 void (*stop)(struct iwl_op_mode *op_mode);
99 void (*rx)(struct iwl_op_mode *op_mode, struct napi_struct *napi,
101 void (*rx_rss)(struct iwl_op_mode *op_mode, struct napi_struct *napi,
103 void (*queue_full)(struct iwl_op_mode *op_mode, int queue);
104 void (*queue_not_full)(struct iwl_op_mode *op_mode, int queue);
105 bool (*hw_rf_kill)(struct iwl_op_mode *op_mode, bool state);
106 void (*free_skb)(struct iwl_op_mode *op_mode, struct sk_buff *skb);
107 void (*nic_error)(struct iwl_op_mode *op_mode, bool sync);
108 void (*cmd_queue_full)(struct iwl_op_mode *op_mode);
109 void (*nic_config)(struct iwl_op_mode *op_mode);
110 void (*wimax_active)(struct iwl_op_mode *op_mode);
111 void (*time_point)(struct iwl_op_mode *op_mode,
114 void (*device_powered_off)(struct iwl_op_mode *op_mode);
121 * struct iwl_op_mode - operational mode
126 struct iwl_op_mode {
132 static inline void iwl_op_mode_stop(struct iwl_op_mode *op_mode)
138 static inline void iwl_op_mode_rx(struct iwl_op_mode *op_mode,
145 static inline void iwl_op_mode_rx_rss(struct iwl_op_mode *op_mode,
153 static inline void iwl_op_mode_queue_full(struct iwl_op_mode *op_mode,
159 static inline void iwl_op_mode_queue_not_full(struct iwl_op_mode *op_mode,
166 iwl_op_mode_hw_rf_kill(struct iwl_op_mode *op_mode, bool state)
172 static inline void iwl_op_mode_free_skb(struct iwl_op_mode *op_mode,
180 static inline void iwl_op_mode_nic_error(struct iwl_op_mode *op_mode, bool sync)
185 static inline void iwl_op_mode_cmd_queue_full(struct iwl_op_mode *op_mode)
190 static inline void iwl_op_mode_nic_config(struct iwl_op_mode *op_mode)
197 static inline void iwl_op_mode_wimax_active(struct iwl_op_mode *op_mode)
203 static inline void iwl_op_mode_time_point(struct iwl_op_mode *op_mode,
212 static inline void iwl_op_mode_device_powered_off(struct iwl_op_mode *op_mode)