Home
last modified time | relevance | path

Searched refs:desc_id (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/dma/xilinx/
H A Dxilinx_dpdma.c162 u32 desc_id; member
605 dev_dbg(dev, "desc_id: 0x%08x\n", hw_desc->desc_id); in xilinx_dpdma_chan_dump_tx_desc()
938 sw_desc->hw.desc_id = desc->vdesc.tx.cookie in xilinx_dpdma_chan_queue_transfer()
1152 u32 desc_id; in xilinx_dpdma_chan_vsync_irq() local
1160 desc_id = dpdma_read(chan->reg, XILINX_DPDMA_CH_DESC_ID) in xilinx_dpdma_chan_vsync_irq()
1166 if (sw_desc->hw.desc_id != desc_id) { in xilinx_dpdma_chan_vsync_irq()
1169 chan->id, sw_desc->hw.desc_id, desc_id); in xilinx_dpdma_chan_vsync_irq()
/linux/drivers/net/wireless/ath/ath12k/wifi7/
H A Ddp_tx.c355 ti.desc_id = tx_desc->desc_id; in ath12k_wifi7_dp_tx()
956 u32 desc_id; in ath12k_wifi7_dp_tx_completion_handler() local
970 desc_id = le32_get_bits(tx_status->buf_va_hi, in ath12k_wifi7_dp_tx_completion_handler()
973 tx_desc = ath12k_dp_get_tx_desc(dp, desc_id); in ath12k_wifi7_dp_tx_completion_handler()
/linux/drivers/net/ethernet/socionext/
H A Dsni_ave.c214 enum desc_id { enum
297 static u32 ave_desc_read(struct net_device *ndev, enum desc_id id, int entry, in ave_desc_read()
309 static u32 ave_desc_read_cmdsts(struct net_device *ndev, enum desc_id id, in ave_desc_read_cmdsts()
315 static void ave_desc_write(struct net_device *ndev, enum desc_id id, in ave_desc_write()
327 static void ave_desc_write_cmdsts(struct net_device *ndev, enum desc_id id, in ave_desc_write_cmdsts()
333 static void ave_desc_write_addr(struct net_device *ndev, enum desc_id id, in ave_desc_write_addr()
/linux/drivers/net/wireless/ath/ath12k/
H A Ddp.h348 u32 desc_id; /* Cookie */ member
704 u32 desc_id);
H A Dwmi.c829 cmd->desc_id = cpu_to_le32(buf_id); in ath12k_wmi_mgmt_send()
6436 static int wmi_process_mgmt_tx_comp(struct ath12k *ar, u32 desc_id, in wmi_process_mgmt_tx_comp() argument
6445 msdu = idr_find(&ar->txmgmt_idr, desc_id); in wmi_process_mgmt_tx_comp()
6449 desc_id); in wmi_process_mgmt_tx_comp()
6454 idr_remove(&ar->txmgmt_idr, desc_id); in wmi_process_mgmt_tx_comp()
6511 param->desc_id = ev->desc_id; in ath12k_pull_mgmt_tx_compl_param_tlv()
7443 wmi_process_mgmt_tx_comp(ar, le32_to_cpu(tx_compl_param.desc_id), in ath12k_mgmt_tx_compl_event()
7449 tx_compl_param.pdev_id, tx_compl_param.desc_id, in ath12k_mgmt_tx_compl_event()
H A Ddp.c1277 tx_descs[j].desc_id = ath12k_dp_cc_cookie_gen(ppt_idx, j); in ath12k_dp_cc_desc_init()
H A Dwmi.h4095 __le32 desc_id; member
4701 __le32 desc_id; member
/linux/drivers/dma/ioat/
H A Dprep.c289 desc_id(desc), (unsigned long long) desc->txd.phys, in dump_pq_desc_dbg()
322 desc_id(desc), (unsigned long long) desc->txd.phys, in dump_pq16_desc_dbg()
/linux/drivers/dma/amd/ptdma/
H A Dptdma-dmaengine.c149 desc.dw1.desc_id = 0; in pt_core_perform_passthru_ae4()
/linux/drivers/net/wireless/ath/ath11k/
H A Dwmi.c689 cmd->desc_id = buf_id; in ath11k_wmi_mgmt_send()
6023 msdu = idr_find(&ar->txmgmt_idr, tx_compl_param->desc_id); in wmi_process_mgmt_tx_comp()
6027 tx_compl_param->desc_id); in wmi_process_mgmt_tx_comp()
6032 idr_remove(&ar->txmgmt_idr, tx_compl_param->desc_id); in wmi_process_mgmt_tx_comp()
6060 num_mgmt, tx_compl_param->desc_id); in wmi_process_mgmt_tx_comp()
6091 param->desc_id = ev->desc_id; in ath11k_pull_mgmt_tx_compl_param_tlv()
7758 tx_compl_param.pdev_id, tx_compl_param.desc_id, in ath11k_mgmt_tx_compl_event()
/linux/drivers/ufs/core/
H A Dufshcd.c3805 enum desc_idn desc_id, in ufshcd_read_desc_param() argument
3817 if (desc_id >= QUERY_DESC_IDN_MAX || !param_size) in ufshcd_read_desc_param()
3832 desc_id, desc_index, 0, in ufshcd_read_desc_param()
3836 __func__, desc_id, desc_index, param_offset, ret); in ufshcd_read_desc_param()
3845 __func__, param_offset, desc_id, buff_len); in ufshcd_read_desc_param()
3851 if (desc_buf[QUERY_DESC_DESC_TYPE_OFFSET] != desc_id) { in ufshcd_read_desc_param()
/linux/drivers/net/wireless/ath/ath10k/
H A Dwmi.c2438 pkt_addr = idr_find(&wmi->mgmt_pending_tx, param->desc_id); in wmi_process_mgmt_tx_comp()
2441 param->desc_id); in wmi_process_mgmt_tx_comp()
2466 idr_remove(&wmi->mgmt_pending_tx, param->desc_id); in wmi_process_mgmt_tx_comp()
2484 param.desc_id = __le32_to_cpu(arg.desc_id); in ath10k_wmi_event_mgmt_tx_compl()
2514 param.desc_id = __le32_to_cpu(arg.desc_ids[i]); in ath10k_wmi_event_mgmt_tx_bundle_compl()
H A Dhtt_rx.c4134 tx_done.msdu_id = __le32_to_cpu(resp->mgmt_tx_completion.desc_id); in ath10k_htt_t2h_msg_handler()
/linux/drivers/scsi/
H A Dipr.c2147 u8 desc_id = cfg->descriptor_id & IPR_DESCRIPTOR_MASK; in ipr_log64_path_elem() local
2152 if (type == IPR_PATH_CFG_NOT_EXIST || desc_id != IPR_DESCRIPTOR_SIS64) in ipr_log64_path_elem()