Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/iwlwifi/
Diwl-trans.h351 struct iwl_trans_ops { struct
353 int (*start_hw)(struct iwl_trans *iwl_trans);
354 void (*stop_hw)(struct iwl_trans *iwl_trans);
355 int (*start_fw)(struct iwl_trans *trans, const struct fw_img *fw);
356 void (*fw_alive)(struct iwl_trans *trans);
357 void (*stop_device)(struct iwl_trans *trans);
359 void (*wowlan_suspend)(struct iwl_trans *trans);
361 int (*send_cmd)(struct iwl_trans *trans, struct iwl_host_cmd *cmd);
363 int (*tx)(struct iwl_trans *trans, struct sk_buff *skb,
366 int (*reclaim)(struct iwl_trans *trans, int sta_id, int tid,
[all …]