Home
last modified time | relevance | path

Searched refs:transfer_id (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dce.h151 unsigned int transfer_id,
158 unsigned int transfer_id,
Dpci.c845 unsigned int transfer_id; in ath10k_pci_ce_send_done() local
849 &nbytes, &transfer_id) == 0) { in ath10k_pci_ce_send_done()
873 unsigned int transfer_id; in ath10k_pci_ce_recv_data() local
878 &ce_data, &nbytes, &transfer_id, in ath10k_pci_ce_recv_data()
943 items[i].transfer_id, in ath10k_pci_hif_tx_sg()
961 items[i].transfer_id, in ath10k_pci_hif_tx_sg()
1451 unsigned int transfer_id; in ath10k_pci_bmi_send_done() local
1454 &nbytes, &transfer_id)) in ath10k_pci_bmi_send_done()
1466 unsigned int transfer_id; in ath10k_pci_bmi_recv_data() local
1470 &nbytes, &transfer_id, &flags)) in ath10k_pci_bmi_recv_data()
Dce.c272 unsigned int transfer_id, in ath10k_ce_send_nolock() argument
299 desc_flags |= SM(transfer_id, CE_DESC_FLAGS_META_DATA); in ath10k_ce_send_nolock()
357 unsigned int transfer_id, in ath10k_ce_send() argument
366 buffer, nbytes, transfer_id, flags); in ath10k_ce_send()
Dhif.h26 u16 transfer_id; member
Dhtt_tx.c552 sg_items[0].transfer_id = 0; in ath10k_htt_tx()
561 sg_items[1].transfer_id = 0; in ath10k_htt_tx()
Dhtc.c171 sg_item.transfer_id = ep->eid; in ath10k_htc_send()