/src/sys/dev/ieee1394/ |
firewirereg.h | 134 *arq, *atq, *ars, *ats, *it[FW_MAX_DMACH],*ir[FW_MAX_DMACH]; member in struct:firewire_comm
|
/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...] |