Searched refs:ASC_MAX_SG_LIST (Results 1 - 1 of 1) sorted by relevance

/drivers/scsi/
H A Dadvansys.c131 #define ASC_MAX_SG_LIST 255 macro
7425 * Note: The allocated SG queues contain ASC_MAX_SG_LIST - 1
7430 if (scsiq->remain_sg_entry_cnt > (ASC_MAX_SG_LIST - 1)) {
7431 sg_entry_cnt = ASC_MAX_SG_LIST - 1;
7437 scsiq->remain_sg_entry_cnt -= (ASC_MAX_SG_LIST - 1);
8894 * If sg_head->entry_cnt is greater than ASC_MAX_SG_LIST
8899 if (sg_head->entry_cnt > ASC_MAX_SG_LIST) {
8903 * the first SG element is handled above. ASC_MAX_SG_LIST is
8907 sg_entry_cnt = ASC_MAX_SG_LIST - 1;
8914 sg_head->entry_cnt - ASC_MAX_SG_LIST;
[all...]

Completed in 48 milliseconds