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

  /src/sys/dev/ic/
adv.c 220 (ASC_MAX_SG_LIST - 1) * PAGE_SIZE,
221 ASC_MAX_SG_LIST, (ASC_MAX_SG_LIST - 1) * PAGE_SIZE,
509 if (bp->b_bcount > ((ASC_MAX_SG_LIST - 1) * PAGE_SIZE))
510 bp->b_bcount = ((ASC_MAX_SG_LIST - 1) * PAGE_SIZE);
634 ASC_MAX_SG_LIST);
advlib.h 104 #define ASC_MAX_SG_LIST (1 + ((ASC_SG_LIST_PER_Q) * \
570 ASC_SG_LIST sg_list[ASC_MAX_SG_LIST];
advlib.c 2298 if (sg_entry_cnt > ASC_MAX_SG_LIST)

Completed in 17 milliseconds