Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/amr/
H A Damr.c1508 slot = ac->ac_slot; in amr_freeslot()
1741 slot = ac->ac_slot; in amr_start()
1946 ac->ac_slot = nextslot; in amr_alloccmd_cluster()
1956 (ac->ac_slot * AMR_NSEG * sizeof(struct amr_sg64entry)); in amr_alloccmd_cluster()
1957 ac->ac_sg.sg64 = sc->amr_sg64table + (ac->ac_slot * AMR_NSEG); in amr_alloccmd_cluster()
1960 (ac->ac_slot * AMR_NSEG * sizeof(struct amr_sgentry)); in amr_alloccmd_cluster()
1961 ac->ac_sg.sg32 = sc->amr_sgtable + (ac->ac_slot * AMR_NSEG); in amr_alloccmd_cluster()
1964 ac->ac_ccb = sc->amr_ccb + ac->ac_slot; in amr_alloccmd_cluster()
1966 (ac->ac_slot * sizeof(union amr_ccb)); in amr_alloccmd_cluster()
2038 ac->ac_mailbox.mb_ident = ac->ac_slot + 1; /* will be coppied into mbox */ in amr_quartz_submit_command()
[all …]
H A Damrvar.h124 u_int8_t ac_slot; member