Home
last modified time | relevance | path

Searched refs:asq (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_adminq.c18 ret_code = iavf_allocate_dma_mem(hw, &hw->aq.asq.desc_buf, in iavf_alloc_adminq_asq_ring()
26 ret_code = iavf_allocate_virt_mem(hw, &hw->aq.asq.cmd_buf, in iavf_alloc_adminq_asq_ring()
30 iavf_free_dma_mem(hw, &hw->aq.asq.desc_buf); in iavf_alloc_adminq_asq_ring()
63 iavf_free_dma_mem(hw, &hw->aq.asq.desc_buf); in iavf_free_adminq_asq()
157 ret_code = iavf_allocate_virt_mem(hw, &hw->aq.asq.dma_head, in iavf_alloc_asq_bufs()
162 hw->aq.asq.r.asq_bi = (struct iavf_dma_mem *)hw->aq.asq.dma_head.va; in iavf_alloc_asq_bufs()
166 bi = &hw->aq.asq.r.asq_bi[i]; in iavf_alloc_asq_bufs()
181 iavf_free_dma_mem(hw, &hw->aq.asq.r.asq_bi[i]); in iavf_alloc_asq_bufs()
182 iavf_free_virt_mem(hw, &hw->aq.asq.dma_head); in iavf_alloc_asq_bufs()
216 if (hw->aq.asq.r.asq_bi[i].pa) in iavf_free_asq_bufs()
[all …]
H A Diavf_adminq.h59 struct iavf_adminq_ring asq; /* send queue */ member
H A Diavf_common.c224 if (!hw->aq.asq.count) in iavf_check_asq_alive()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_adminq.c19 ret_code = i40e_allocate_dma_mem(hw, &hw->aq.asq.desc_buf, in i40e_alloc_adminq_asq_ring()
26 ret_code = i40e_allocate_virt_mem(hw, &hw->aq.asq.cmd_buf, in i40e_alloc_adminq_asq_ring()
30 i40e_free_dma_mem(hw, &hw->aq.asq.desc_buf); in i40e_alloc_adminq_asq_ring()
62 i40e_free_dma_mem(hw, &hw->aq.asq.desc_buf); in i40e_free_adminq_asq()
154 ret_code = i40e_allocate_virt_mem(hw, &hw->aq.asq.dma_head, in i40e_alloc_asq_bufs()
158 hw->aq.asq.r.asq_bi = (struct i40e_dma_mem *)hw->aq.asq.dma_head.va; in i40e_alloc_asq_bufs()
162 bi = &hw->aq.asq.r.asq_bi[i]; in i40e_alloc_asq_bufs()
176 i40e_free_dma_mem(hw, &hw->aq.asq.r.asq_bi[i]); in i40e_alloc_asq_bufs()
177 i40e_free_virt_mem(hw, &hw->aq.asq.dma_head); in i40e_alloc_asq_bufs()
211 if (hw->aq.asq.r.asq_bi[i].pa) in i40e_free_asq_bufs()
[all …]
H A Di40e_adminq.h59 struct i40e_adminq_ring asq; /* send queue */ member
H A Di40e_debugfs.c448 ring = &(hw->aq.asq); in i40e_dbg_dump_aq_desc()
H A Di40e_common.c140 if (!hw->aq.asq.count) in i40e_check_asq_alive()
/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_controlq.h121 struct idpf_ctlq_info *asq; member
/linux/drivers/scsi/
H A Dscsi_debug.c378 unsigned char asq; member
1138 err->asc, err->asq); in sdebug_error_show()
1198 &inject->asc, &inject->asq) != 9) in sdebug_error_write()
1404 static void mk_sense_buffer(struct scsi_cmnd *scp, int key, int asc, int asq) in mk_sense_buffer() argument
1413 scsi_build_sense(scp, sdebug_dsense, key, asc, asq); in mk_sense_buffer()
1418 my_name, key, asc, asq); in mk_sense_buffer()
1422 static void mk_sense_info_tape(struct scsi_cmnd *scp, int key, int asc, int asq, in mk_sense_info_tape() argument
1432 scsi_build_sense(scp, /* sdebug_dsense */ 0, key, asc, asq); in mk_sense_info_tape()
1442 my_name, key, asc, asq); in mk_sense_info_tape()
9264 mk_sense_buffer(cmnd, err->sense_key, err->asc, err->asq); in sdebug_fail_cmd()
[all …]
/linux/drivers/nvme/target/
H A Dpci-epf.c1851 u64 pci_addr, asq, acq; in nvmet_pci_epf_enable_ctrl() local
1880 asq = nvmet_pci_epf_bar_read64(ctrl, NVME_REG_ASQ); in nvmet_pci_epf_enable_ctrl()
1894 pci_addr = asq & GENMASK_ULL(63, 12); in nvmet_pci_epf_enable_ctrl()