Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/
Diwl-trans.h524 struct iwl_trans_ops { struct
526 int (*start_hw)(struct iwl_trans *iwl_trans);
527 void (*op_mode_leave)(struct iwl_trans *iwl_trans);
528 int (*start_fw)(struct iwl_trans *trans, const struct fw_img *fw,
530 void (*fw_alive)(struct iwl_trans *trans, u32 scd_addr);
531 void (*stop_device)(struct iwl_trans *trans);
533 int (*d3_suspend)(struct iwl_trans *trans, bool test, bool reset);
534 int (*d3_resume)(struct iwl_trans *trans, enum iwl_d3_status *status,
537 int (*send_cmd)(struct iwl_trans *trans, struct iwl_host_cmd *cmd);
539 int (*tx)(struct iwl_trans *trans, struct sk_buff *skb,
[all …]