Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/ic/
Daacreg.h352 struct aac_sg_table { struct
1157 struct aac_sg_table SgMap; /* variable size */
1181 struct aac_sg_table SgMap; /* variable size */
1222 struct aac_sg_table sg_map32;
Daacvar.h258 struct aac_sg_table *cm_sgtable; /* pointer to s/g table */
Daac.c773 cm->cm_sgtable = (struct aac_sg_table *)&br->SgMap64; in aac_bio_command()
785 cm->cm_sgtable = (struct aac_sg_table *)&bw->SgMap64; in aac_bio_command()
1047 struct aac_sg_table *sg = cm->cm_sgtable; in aac_map_command_sg()
2412 struct aac_sg_table *sg = NULL; in aac_print_fib()