Searched refs:arq (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/sys/dev/ixl/
H A Di40e_adminq.c55 hw->aq.arq.tail = I40E_VF_ARQT1;
56 hw->aq.arq.head = I40E_VF_ARQH1;
57 hw->aq.arq.len = I40E_VF_ARQLEN1;
58 hw->aq.arq.bal = I40E_VF_ARQBAL1;
59 hw->aq.arq.bah = I40E_VF_ARQBAH1;
66 hw->aq.arq.tail = I40E_PF_ARQT;
67 hw->aq.arq.head = I40E_PF_ARQH;
68 hw->aq.arq.len = I40E_PF_ARQLEN;
69 hw->aq.arq.bal = I40E_PF_ARQBAL;
70 hw->aq.arq
[all...]
H A Di40e_adminq.h95 struct i40e_adminq_ring arq; /* receive queue */ member in struct:i40e_adminq_info
/freebsd-current/sys/dev/iavf/
H A Diavf_adminq.c52 hw->aq.arq.tail = IAVF_VF_ARQT1;
53 hw->aq.arq.head = IAVF_VF_ARQH1;
54 hw->aq.arq.len = IAVF_VF_ARQLEN1;
55 hw->aq.arq.bal = IAVF_VF_ARQBAL1;
56 hw->aq.arq.bah = IAVF_VF_ARQBAH1;
94 ret_code = iavf_allocate_dma_mem(hw, &hw->aq.arq.desc_buf,
125 iavf_free_dma_mem(hw, &hw->aq.arq.desc_buf);
144 ret_code = iavf_allocate_virt_mem(hw, &hw->aq.arq.dma_head,
148 hw->aq.arq.r.arq_bi = (struct iavf_dma_mem *)hw->aq.arq
[all...]
H A Diavf_adminq.h93 struct iavf_adminq_ring arq; /* receive queue */ member in struct:iavf_adminq_info
H A Dif_iavf_iflib.c1136 oldreg = reg = rd32(hw, hw->aq.arq.len);
1161 wr32(hw, hw->aq.arq.len, reg);
/freebsd-current/sys/libkern/
H A Dqdivrem.c80 __qdivrem(u_quad_t uq, u_quad_t vq, u_quad_t *arq) argument
97 if (arq)
98 *arq = uq;
102 if (arq)
103 *arq = uq;
155 if (arq)
156 *arq = rbj % t;
258 if (arq) {
267 *arq = tmp.q;
/freebsd-current/lib/libc/quad/
H A Dqdivrem.c79 __qdivrem(u_quad_t uq, u_quad_t vq, u_quad_t *arq) argument
96 if (arq)
97 *arq = uq;
101 if (arq)
102 *arq = uq;
154 if (arq)
155 *arq = rbj % t;
257 if (arq) {
266 *arq = tmp.q;
/freebsd-current/sys/dev/firewire/
H A Dfirewirereg.h124 *arq, *atq, *ars, *ats, *it[FW_MAX_DMACH],*ir[FW_MAX_DMACH]; member in struct:firewire_comm
H A Dfirewire.c521 if (fc->arq != 0 && fc->arq->maxq > 0)
778 fc->arq->queued = 0;
783 fc->arq->buf = NULL;
788 fc->arq->flag = 0;
813 fc->arq->maxq = FWMAXQUEUE;
H A Dfwohci.c630 sc->fc.arq = &sc->arrq.xferq;

Completed in 200 milliseconds