Searched defs:ath10k_hif_ops (Results  1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/net/wireless/ath/ath10k/ | 
| D | hif.h | 33 struct ath10k_hif_ops {  struct35 	int (*tx_sg)(struct ath10k *ar, u8 pipe_id,
 39 	int (*diag_read)(struct ath10k *ar, u32 address, void *buf,
 42 	int (*diag_write)(struct ath10k *ar, u32 address, const void *data,
 49 	int (*exchange_bmi_msg)(struct ath10k *ar,
 54 	int (*start)(struct ath10k *ar);
 58 	void (*stop)(struct ath10k *ar);
 60 	int (*map_service_to_pipe)(struct ath10k *ar, u16 service_id,
 63 	void (*get_default_pipe)(struct ath10k *ar, u8 *ul_pipe, u8 *dl_pipe);
 73 	void (*send_complete_check)(struct ath10k *ar, u8 pipe_id, int force);
 [all …]
 
 |