| /linux/include/trace/events/ |
| H A D | scmi.h | 38 TP_PROTO(int transfer_id, u8 msg_id, u8 protocol_id, u16 seq, 40 TP_ARGS(transfer_id, msg_id, protocol_id, seq, poll, inflight), 43 __field(int, transfer_id) 52 __entry->transfer_id = transfer_id; 62 __entry->transfer_id, __entry->poll, __entry->inflight) 66 TP_PROTO(int transfer_id, u8 msg_id, u8 protocol_id, u16 seq, 68 TP_ARGS(transfer_id, msg_id, protocol_id, seq, timeout, poll), 71 __field(int, transfer_id) 80 __entry->transfer_id = transfer_id; 90 __entry->transfer_id, __entry->timeout, __entry->poll) [all …]
|
| /linux/drivers/net/wireless/ath/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 | 427 unsigned int transfer_id, in _ath10k_ce_send_nolock() 453 desc_flags |= SM(transfer_id, CE_DESC_FLAGS_META_DATA); in _ath10k_ce_send_nolock() 484 unsigned int transfer_id, in _ath10k_ce_send_nolock_64() 519 desc_flags |= SM(transfer_id, CE_DESC_FLAGS_META_DATA); in _ath10k_ce_send_nolock_64() 565 unsigned int transfer_id, in ath10k_ce_send_nolock() 569 buffer, nbytes, transfer_id, flags); in ath10k_ce_send_nolock() 605 unsigned int transfer_id, in ath10k_ce_send() 614 buffer, nbytes, transfer_id, flags); in ath10k_ce_send() 428 _ath10k_ce_send_nolock(struct ath10k_ce_pipe * ce_state,void * per_transfer_context,dma_addr_t buffer,unsigned int nbytes,unsigned int transfer_id,unsigned int flags) _ath10k_ce_send_nolock() argument 485 _ath10k_ce_send_nolock_64(struct ath10k_ce_pipe * ce_state,void * per_transfer_context,dma_addr_t buffer,unsigned int nbytes,unsigned int transfer_id,unsigned int flags) _ath10k_ce_send_nolock_64() argument 566 ath10k_ce_send_nolock(struct ath10k_ce_pipe * ce_state,void * per_transfer_context,dma_addr_t buffer,unsigned int nbytes,unsigned int transfer_id,unsigned int flags) ath10k_ce_send_nolock() argument 606 ath10k_ce_send(struct ath10k_ce_pipe * ce_state,void * per_transfer_context,dma_addr_t buffer,unsigned int nbytes,unsigned int transfer_id,unsigned int flags) ath10k_ce_send() argument
|
| H A D | hif.h | 22 u16 transfer_id; member
|
| H A D | htt_tx.c | 1556 sg_items[0].transfer_id = 0; in ath10k_htt_tx_32() 1565 sg_items[1].transfer_id = 0; in ath10k_htt_tx_32() 1768 sg_items[0].transfer_id = 0; in ath10k_htt_tx_64() 1777 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 | pci.c | 1387 items[i].transfer_id, in ath10k_pci_hif_tx_sg() 1405 items[i].transfer_id, in ath10k_pci_hif_tx_sg()
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | ce.h | 200 u16 transfer_id);
|
| H A D | ce.c | 710 u16 transfer_id) in ath11k_ce_send() 774 skb->len, transfer_id, byte_swap_data); in ath11k_ce_send() 711 ath11k_ce_send(struct ath11k_base * ab,struct sk_buff * skb,u8 pipe_id,u16 transfer_id) ath11k_ce_send() argument
|
| /linux/drivers/firmware/arm_scmi/ |
| H A D | protocols.h | 96 * @transfer_id: Unique ID for debug & profiling purpose 128 int transfer_id; member
|
| H A D | raw_mode.c | 379 trace_scmi_xfer_response_wait(rw->xfer->transfer_id, rw->xfer->hdr.id, in scmi_xfer_raw_waiter_enqueue() 477 trace_scmi_xfer_end(xfer->transfer_id, xfer->hdr.id, in scmi_xfer_raw_worker() 644 trace_scmi_xfer_begin(xfer->transfer_id, xfer->hdr.id, in scmi_do_xfer_raw_start()
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | ce.c | 426 u16 transfer_id) in ath12k_ce_send() argument 490 skb->len, transfer_id, byte_swap_data); in ath12k_ce_send()
|