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

/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_adminq.c61 hw->aq.asq.tail = I40E_VF_ATQT1;
62 hw->aq.asq.head = I40E_VF_ATQH1;
63 hw->aq.asq.len = I40E_VF_ATQLEN1;
64 hw->aq.asq.bal = I40E_VF_ATQBAL1;
65 hw->aq.asq.bah = I40E_VF_ATQBAH1;
72 hw->aq.asq.tail = I40E_PF_ATQT;
73 hw->aq.asq.head = I40E_PF_ATQH;
74 hw->aq.asq.len = I40E_PF_ATQLEN;
75 hw->aq.asq.bal = I40E_PF_ATQBAL;
76 hw->aq.asq
701 struct i40e_adminq_ring *asq = &(hw->aq.asq); local
[all...]
H A Di40e_adminq.h97 struct i40e_adminq_ring asq; /* send queue */ member in struct:i40e_adminq_info
H A Di40e_common.c397 if (hw->aq.asq.len)
399 return !!(rd32(hw, hw->aq.asq.len) &
402 return !!(rd32(hw, hw->aq.asq.len) &
/illumos-gate/usr/src/uts/common/io/nvme/
H A Dnvme.c1869 nvme_reg_asq_t asq = { 0 }; local
1962 asq = nvme->n_adminq->nq_sqdma->nd_cookie.dmac_laddress;
1965 ASSERT((asq & (nvme->n_pagesize - 1)) == 0);
1969 nvme_put64(nvme, NVME_REG_ASQ, asq);

Completed in 103 milliseconds