HomeSort by: relevance | last modified time | path
    Searched refs:SgCount (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
ld_aac.c 161 sgt->SgCount = xfer->dm_nsegs;
204 sgt->SgCount = xfer->dm_nsegs;
251 sgt->SgCount = xfer->dm_nsegs;
aacreg.h 232 u_int32_t SgCount;
245 u_int32_t SgCount;
258 u_int32_t SgCount;
aac.c 1737 printf(" %d s/g entries\n", le32toh(sg->SgCount));
1738 for (i = 0; i < le32toh(sg->SgCount); i++)

Completed in 25 milliseconds