Searched refs:transfer_id (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | ce.h | 179 unsigned int transfer_id, 186 unsigned int transfer_id, 328 u32 transfer_id, u32 flags);
|
H A D | ce.c | 425 unsigned int transfer_id, in _ath10k_ce_send_nolock() argument 451 desc_flags |= SM(transfer_id, CE_DESC_FLAGS_META_DATA); in _ath10k_ce_send_nolock() 482 unsigned int transfer_id, in _ath10k_ce_send_nolock_64() argument 517 desc_flags |= SM(transfer_id, CE_DESC_FLAGS_META_DATA); in _ath10k_ce_send_nolock_64() 563 unsigned int transfer_id, in ath10k_ce_send_nolock() argument 567 buffer, nbytes, transfer_id, flags); in ath10k_ce_send_nolock() 603 unsigned int transfer_id, in ath10k_ce_send() argument 612 buffer, nbytes, transfer_id, flags); in ath10k_ce_send()
|
H A D | hif.h | 22 u16 transfer_id; member
|
H A D | htt_tx.c | 1559 sg_items[0].transfer_id = 0; in ath10k_htt_tx_32() 1568 sg_items[1].transfer_id = 0; in ath10k_htt_tx_32() 1771 sg_items[0].transfer_id = 0; in ath10k_htt_tx_64() 1780 sg_items[1].transfer_id = 0; in ath10k_htt_tx_64()
|
H A D | htc.c | 205 sg_item.transfer_id = ep->eid; in ath10k_htc_send() 657 sg_item.transfer_id = ep->eid; in ath10k_htc_send_bundle()
|
H A D | snoc.c | 708 items[i].transfer_id, in ath10k_snoc_hif_tx_sg() 722 items[i].transfer_id, in ath10k_snoc_hif_tx_sg()
|
H A D | pci.c | 1445 items[i].transfer_id, in ath10k_pci_hif_tx_sg() 1478 items[i].transfer_id, in ath10k_pci_hif_tx_sg()
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | ce.h | 172 u16 transfer_id);
|
H A D | ce.c | 639 u16 transfer_id) in ath12k_ce_send() argument 703 skb->len, transfer_id, byte_swap_data); in ath12k_ce_send()
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | ce.h | 199 u16 transfer_id);
|
H A D | ce.c | 712 u16 transfer_id) in ath11k_ce_send() argument 776 skb->len, transfer_id, byte_swap_data); in ath11k_ce_send()
|