Home
last modified time | relevance | path

Searched defs:iwl_trans_ops (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/drivers/net/wireless/iwlwifi/
Diwl-trans.h164 struct iwl_trans_ops { struct
166 struct iwl_trans *(*alloc)(struct iwl_shared *shrd);
167 int (*request_irq)(struct iwl_trans *iwl_trans);
168 int (*start_device)(struct iwl_trans *trans);
169 int (*prepare_card_hw)(struct iwl_trans *trans);
170 void (*stop_device)(struct iwl_trans *trans);
171 void (*tx_start)(struct iwl_trans *trans);
173 void (*wake_any_queue)(struct iwl_trans *trans,
177 int (*send_cmd)(struct iwl_trans *trans, struct iwl_host_cmd *cmd);
179 int (*tx)(struct iwl_trans *trans, struct sk_buff *skb,
[all …]