Searched refs:ac_slot (Results 1 – 2 of 2) sorted by relevance
1545 slot = ac->ac_slot; in amr_freeslot()1778 slot = ac->ac_slot; in amr_start()1983 ac->ac_slot = nextslot; in amr_alloccmd_cluster()1993 (ac->ac_slot * AMR_NSEG * sizeof(struct amr_sg64entry)); in amr_alloccmd_cluster()1994 ac->ac_sg.sg64 = sc->amr_sg64table + (ac->ac_slot * AMR_NSEG); in amr_alloccmd_cluster()1997 (ac->ac_slot * AMR_NSEG * sizeof(struct amr_sgentry)); in amr_alloccmd_cluster()1998 ac->ac_sg.sg32 = sc->amr_sgtable + (ac->ac_slot * AMR_NSEG); in amr_alloccmd_cluster()2001 ac->ac_ccb = sc->amr_ccb + ac->ac_slot; in amr_alloccmd_cluster()2003 (ac->ac_slot * sizeof(union amr_ccb)); in amr_alloccmd_cluster()2075 ac->ac_mailbox.mb_ident = ac->ac_slot + 1; /* will be coppied into mbox */ in amr_quartz_submit_command()[all …]
120 u_int8_t ac_slot; member