Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/aac/
H A Daac_regs.h928 struct aac_sg_table SgMap; member
952 struct aac_sg_table SgMap; member
H A Daac.c5687 ddi_put32(acc, &br->SgMap.SgCount, acp->left_cookien); in aac_cmd_fib_brw()
5688 sgp = &br->SgMap.SgEntry[0]; in aac_cmd_fib_brw()
5698 ddi_put32(acc, &bw->SgMap.SgCount, acp->left_cookien); in aac_cmd_fib_brw()
5699 sgp = &bw->SgMap.SgEntry[0]; in aac_cmd_fib_brw()
8338 struct aac_sg_table *sg = &br->SgMap; in aac_print_fib()