HomeSort by: relevance | last modified time | path
    Searched refs:atq (Results 1 - 7 of 7) sorted by relevancy

  /src/usr.bin/at/
Makefile 7 LINKS= ${BINDIR}/at ${BINDIR}/atq \
11 at.1 atq.1 \
  /src/sys/dev/ieee1394/
firewire.c 413 xferq = fc->atq;
495 mutex_enter(&fc->atq->q_mtx);
496 fw_xferq_drain(fc->atq);
497 mutex_exit(&fc->atq->q_mtx);
583 fc->atq->queued = 0;
588 fc->atq->buf = NULL;
593 fc->atq->flag = 0;
596 STAILQ_INIT(&fc->atq->q);
600 mutex_init(&fc->atq->q_mtx, MUTEX_DEFAULT, IPL_VM);
605 fc->atq->maxq = FWMAXQUEUE
    [all...]
firewirereg.h 134 *arq, *atq, *ars, *ats, *it[FW_MAX_DMACH],*ir[FW_MAX_DMACH]; member in struct:firewire_comm
if_fwip.c 543 xferq = fc->atq;
fwohci.c 331 sc->fc.atq = &sc->atrq.xferq;
  /src/sys/dev/pci/
if_iavf.c 765 aprint_error(": unable to allocate atq\n");
795 aprint_error(": unable to allocate buffer for ATQ\n");
4147 struct ixl_aq_desc *atq, *slot; local in function:iavf_atq_post
4150 atq = IXL_DMA_KVA(&sc->sc_atq);
4152 slot = &atq[prod];
4184 struct ixl_aq_desc *atq, *slot; local in function:iavf_atq_poll
4191 atq = IXL_DMA_KVA(&sc->sc_atq);
4193 slot = &atq[prod];
4202 "atq timedout\n");
4218 "atq retcode=0x%04x\n", le16toh(iaq.iaq_retval))
4229 struct ixl_aq_desc *atq, *slot; local in function:iavf_atq_done
    [all...]
if_ixl.c 1083 aprint_error("\n" "%s: unable to allocate atq\n",
3800 struct ixl_aq_desc *atq, *slot; local in function:ixl_atq_post_locked
3806 atq = IXL_DMA_KVA(&sc->sc_atq);
3814 slot = &atq[prod];
3824 ixl_aq_dump(sc, slot, "atq command");
3839 struct ixl_aq_desc *atq, *slot; local in function:ixl_atq_done_locked
3852 atq = IXL_DMA_KVA(&sc->sc_atq);
3859 slot = &atq[cons];
3870 ixl_aq_dump(sc, &iatq->iatq_desc, "atq response");
3942 struct ixl_aq_desc *atq, *slot local in function:ixl_atq_poll
    [all...]

Completed in 22 milliseconds