Searched refs:ac_slot (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/sys/dev/amr/
H A Damr.c1549 slot = ac->ac_slot;
1782 slot = ac->ac_slot;
1987 ac->ac_slot = nextslot;
1997 (ac->ac_slot * AMR_NSEG * sizeof(struct amr_sg64entry));
1998 ac->ac_sg.sg64 = sc->amr_sg64table + (ac->ac_slot * AMR_NSEG);
2001 (ac->ac_slot * AMR_NSEG * sizeof(struct amr_sgentry));
2002 ac->ac_sg.sg32 = sc->amr_sgtable + (ac->ac_slot * AMR_NSEG);
2005 ac->ac_ccb = sc->amr_ccb + ac->ac_slot;
2007 (ac->ac_slot * sizeof(union amr_ccb));
2079 ac->ac_mailbox.mb_ident = ac->ac_slot
[all...]
H A Damrvar.h120 u_int8_t ac_slot; member in struct:amr_command

Completed in 108 milliseconds