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

/freebsd-11-stable/sys/dev/firewire/
H A Dfirewire.c522 if (fc->arq != 0 && fc->arq->maxq > 0)
779 fc->arq->queued = 0;
784 fc->arq->buf = NULL;
789 fc->arq->flag = 0;
814 fc->arq->maxq = FWMAXQUEUE;
H A Dfirewirereg.h124 *arq, *atq, *ars, *ats, *it[FW_MAX_DMACH],*ir[FW_MAX_DMACH]; member in struct:firewire_comm
H A Dfwohci.c629 sc->fc.arq = &sc->arrq.xferq;
/freebsd-11-stable/sys/libkern/
H A Dqdivrem.c80 __qdivrem(uq, vq, arq)
81 u_quad_t uq, vq, *arq;
98 if (arq)
99 *arq = uq;
103 if (arq)
104 *arq = uq;
156 if (arq)
157 *arq = rbj % t;
259 if (arq) {
268 *arq
[all...]
/freebsd-11-stable/lib/libc/quad/
H A Dqdivrem.c83 __qdivrem(uq, vq, arq)
84 u_quad_t uq, vq, *arq;
101 if (arq)
102 *arq = uq;
106 if (arq)
107 *arq = uq;
159 if (arq)
160 *arq = rbj % t;
262 if (arq) {
271 *arq
[all...]
/freebsd-11-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_ixlv.c2958 oldreg = reg = rd32(hw, hw->aq.arq.len);
2975 wr32(hw, hw->aq.arq.len, reg);

Completed in 304 milliseconds