Searched refs:next_ba (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dadwmcode.h58 * next_ba [31:4] Carrier Physical Next Pointer
60 * next_ba [3:1] Reserved Bits
61 * next_ba [0] Done Flag set in Response Queue.
63 u_int32_t next_ba; /* see next_ba flags below */ member in struct:adw_carrier
70 * next_ba flags
77 * Mask used to eliminate low 4 bits of carrier 'next_ba' field.
H A Dadwlib.c855 ASC_GET_CARRP(sc->icq_sp->next_ba));
860 sc->icq_sp->next_ba = htole32(ASC_CQ_STOPPER);
883 ASC_GET_CARRP(sc->irq_sp->next_ba));
889 * Note: Set 'next_ba' to ASC_CQ_STOPPER. When the request is
892 sc->irq_sp->next_ba = htole32(ASC_CQ_STOPPER);
1729 ASC_GET_CARRP(new_carrp->next_ba));
1733 * Set the carrier to be a stopper by setting 'next_ba'
1737 new_carrp->next_ba = htole32(ASC_CQ_STOPPER);
1760 * Set the 'next_ba' pointer for the old stopper to be the
1764 sc->icq_sp->next_ba
[all...]
H A Dadwmcode.c94 carr->next_ba = carr_next;

Completed in 69 milliseconds