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

  /src/sys/dev/ic/
adwmcode.h 51 * next_ba [31:4] Carrier Physical Next Pointer
53 * next_ba [3:1] Reserved Bits
54 * next_ba [0] Done Flag set in Response Queue.
56 u_int32_t next_ba; /* see next_ba flags below */ member in struct:adw_carrier
63 * next_ba flags
70 * Mask used to eliminate low 4 bits of carrier 'next_ba' field.
adwlib.c 850 ASC_GET_CARRP(sc->icq_sp->next_ba));
855 sc->icq_sp->next_ba = htole32(ASC_CQ_STOPPER);
878 ASC_GET_CARRP(sc->irq_sp->next_ba));
884 * Note: Set 'next_ba' to ASC_CQ_STOPPER. When the request is
887 sc->irq_sp->next_ba = htole32(ASC_CQ_STOPPER);
1724 ASC_GET_CARRP(new_carrp->next_ba));
1728 * Set the carrier to be a stopper by setting 'next_ba'
1732 new_carrp->next_ba = htole32(ASC_CQ_STOPPER);
1755 * Set the 'next_ba' pointer for the old stopper to be the
1759 sc->icq_sp->next_ba = new_carrp->carr_ba
    [all...]
adwmcode.c 86 carr->next_ba = carr_next;

Completed in 20 milliseconds