Home
last modified time | relevance | path

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

/titanic_41/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.c5681 ddi_put32(acc, &br->SgMap.SgCount, acp->left_cookien); in aac_cmd_fib_brw()
5682 sgp = &br->SgMap.SgEntry[0]; in aac_cmd_fib_brw()
5692 ddi_put32(acc, &bw->SgMap.SgCount, acp->left_cookien); in aac_cmd_fib_brw()
5693 sgp = &bw->SgMap.SgEntry[0]; in aac_cmd_fib_brw()
8334 struct aac_sg_table *sg = &br->SgMap; in aac_print_fib()