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

/freebsd-12-stable/sys/dev/ixl/
H A Di40e_adminq.c56 hw->aq.arq.tail = I40E_VF_ARQT1;
57 hw->aq.arq.head = I40E_VF_ARQH1;
58 hw->aq.arq.len = I40E_VF_ARQLEN1;
59 hw->aq.arq.bal = I40E_VF_ARQBAL1;
60 hw->aq.arq.bah = I40E_VF_ARQBAH1;
67 hw->aq.arq.tail = I40E_PF_ARQT;
68 hw->aq.arq.head = I40E_PF_ARQH;
69 hw->aq.arq.len = I40E_PF_ARQLEN;
70 hw->aq.arq.bal = I40E_PF_ARQBAL;
71 hw->aq.arq
[all...]
H A Di40e_adminq.h96 struct i40e_adminq_ring arq; /* receive queue */ member in struct:i40e_adminq_info
H A Dif_iavf.c1117 oldreg = reg = rd32(hw, hw->aq.arq.len);
1134 wr32(hw, hw->aq.arq.len, reg);
/freebsd-12-stable/lib/libc/quad/
H A Dqdivrem.c85 __qdivrem(uq, vq, arq)
86 u_quad_t uq, vq, *arq;
103 if (arq)
104 *arq = uq;
108 if (arq)
109 *arq = uq;
161 if (arq)
162 *arq = rbj % t;
264 if (arq) {
273 *arq
[all...]
/freebsd-12-stable/sys/libkern/
H A Dqdivrem.c82 __qdivrem(u_quad_t uq, u_quad_t vq, u_quad_t *arq) argument
99 if (arq)
100 *arq = uq;
104 if (arq)
105 *arq = uq;
157 if (arq)
158 *arq = rbj % t;
260 if (arq) {
269 *arq = tmp.q;
/freebsd-12-stable/sys/dev/firewire/
H A Dfirewirereg.h126 *arq, *atq, *ars, *ats, *it[FW_MAX_DMACH],*ir[FW_MAX_DMACH]; member in struct:firewire_comm
H A Dfirewire.c524 if (fc->arq != 0 && fc->arq->maxq > 0)
781 fc->arq->queued = 0;
786 fc->arq->buf = NULL;
791 fc->arq->flag = 0;
816 fc->arq->maxq = FWMAXQUEUE;
H A Dfwohci.c631 sc->fc.arq = &sc->arrq.xferq;

Completed in 89 milliseconds