[go: nahoru, domu]

Searched refs:asq (Results 1 - 11 of 11) sorted by relevance

/drivers/net/ethernet/intel/i40e/
H A Di40e_adminq.c55 hw->aq.asq.tail = I40E_VF_ATQT1;
56 hw->aq.asq.head = I40E_VF_ATQH1;
57 hw->aq.asq.len = I40E_VF_ATQLEN1;
58 hw->aq.asq.bal = I40E_VF_ATQBAL1;
59 hw->aq.asq.bah = I40E_VF_ATQBAH1;
66 hw->aq.asq.tail = I40E_PF_ATQT;
67 hw->aq.asq.head = I40E_PF_ATQH;
68 hw->aq.asq.len = I40E_PF_ATQLEN;
69 hw->aq.asq.bal = I40E_PF_ATQBAL;
70 hw->aq.asq
668 struct i40e_adminq_ring *asq = &(hw->aq.asq); local
[all...]
H A Di40e_adminq.h86 struct i40e_adminq_ring asq; /* send queue */ member in struct:i40e_adminq_info
H A Di40e_common.c138 if (hw->aq.asq.len)
139 return !!(rd32(hw, hw->aq.asq.len) &
H A Di40e_debugfs.c194 memcpy(p, pf->hw.aq.asq.desc_buf.va, len);
738 ring = &(hw->aq.asq);
H A Di40e_main.c5593 val = rd32(&pf->hw, pf->hw.aq.asq.len);
5608 wr32(&pf->hw, pf->hw.aq.asq.len, val);
/drivers/net/ethernet/intel/i40evf/
H A Di40e_adminq.c53 hw->aq.asq.tail = I40E_VF_ATQT1;
54 hw->aq.asq.head = I40E_VF_ATQH1;
55 hw->aq.asq.len = I40E_VF_ATQLEN1;
56 hw->aq.asq.bal = I40E_VF_ATQBAL1;
57 hw->aq.asq.bah = I40E_VF_ATQBAH1;
64 hw->aq.asq.tail = I40E_PF_ATQT;
65 hw->aq.asq.head = I40E_PF_ATQH;
66 hw->aq.asq.len = I40E_PF_ATQLEN;
67 hw->aq.asq.bal = I40E_PF_ATQBAL;
68 hw->aq.asq
621 struct i40e_adminq_ring *asq = &(hw->aq.asq); local
[all...]
H A Di40e_adminq.h86 struct i40e_adminq_ring asq; /* send queue */ member in struct:i40e_adminq_info
H A Di40e_common.c138 if (hw->aq.asq.len)
139 return !!(rd32(hw, hw->aq.asq.len) &
H A Di40evf_main.c1675 val = rd32(hw, hw->aq.asq.len);
1690 wr32(hw, hw->aq.asq.len, val);
2459 if (hw->aq.asq.count)
/drivers/scsi/
H A Dscsi_debug.c397 static void mk_sense_buffer(struct scsi_cmnd *scp, int key, int asc, int asq) argument
409 scsi_build_sense_buffer(scsi_debug_dsense, sbuff, key, asc, asq);
414 my_name, key, asc, asq);
/drivers/block/
H A Dnvme-core.c1474 writeq(nvmeq->sq_dma_addr, &dev->bar->asq);

Completed in 391 milliseconds