Searched refs:send_complete_check (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | hif.h | 74 void (*send_complete_check)(struct ath10k *ar, u8 pipe_id, int force); member 173 if (ar->hif.ops->send_complete_check) in ath10k_hif_send_complete_check() 174 ar->hif.ops->send_complete_check(ar, pipe_id, force); in ath10k_hif_send_complete_check()
|
H A D | ahb.c | 720 .send_complete_check = ath10k_pci_hif_send_complete_check,
|
H A D | snoc.c | 1133 .send_complete_check = ath10k_snoc_hif_send_complete_check,
|
H A D | pci.c | 3081 .send_complete_check = ath10k_pci_hif_send_complete_check,
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
H A D | hif.h | 74 void (*send_complete_check)(struct ath10k *ar, u8 pipe_id, int force); member 173 if (ar->hif.ops->send_complete_check) in ath10k_hif_send_complete_check() 174 ar->hif.ops->send_complete_check(ar, pipe_id, force); in ath10k_hif_send_complete_check()
|
H A D | ahb.c | 712 .send_complete_check = ath10k_pci_hif_send_complete_check,
|
H A D | snoc.c | 1178 .send_complete_check = ath10k_snoc_hif_send_complete_check,
|
H A D | pci.c | 3082 .send_complete_check = ath10k_pci_hif_send_complete_check,
|
Completed in 15 milliseconds