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

/freebsd-10.2-release/sys/dev/mly/
H A Dmly.c1792 int i, tabofs; local
1801 tabofs = ((mc->mc_slot - MLY_SLOT_START) * MLY_MAX_SGENTRIES);
1802 sg = sc->mly_sg_table + tabofs;
1804 gen->transfer.indirect.table_physaddr[0] = sc->mly_sg_busaddr + (tabofs * sizeof(struct mly_sg_entry));

Completed in 97 milliseconds