Home
last modified time | relevance | path

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

/NextBSD/sys/dev/mly/
HDmly.c1816 int i, tabofs; in mly_map_command_sg() local
1825 tabofs = ((mc->mc_slot - MLY_SLOT_START) * MLY_MAX_SGENTRIES); in mly_map_command_sg()
1826 sg = sc->mly_sg_table + tabofs; in mly_map_command_sg()
1828 …gen->transfer.indirect.table_physaddr[0] = sc->mly_sg_busaddr + (tabofs * sizeof(struct mly_sg_ent… in mly_map_command_sg()