Searched refs:sg_entry_cnt (Results 1 – 1 of 1) sorted by relevance
2281 u_int16_t sg_entry_cnt = 0; in AscExeScsiQueue() local2314 sg_entry_cnt = sg_head->entry_cnt; in AscExeScsiQueue()2316 if (sg_entry_cnt < 1) in AscExeScsiQueue()2318 sg_entry_cnt); in AscExeScsiQueue()2320 if (sg_entry_cnt > ASC_MAX_SG_LIST) in AscExeScsiQueue()2323 if (sg_entry_cnt == 1) { in AscExeScsiQueue()2336 for (i = 0; i < sg_entry_cnt; i++) in AscExeScsiQueue()2465 u_int16_t sg_entry_cnt; in AscPutReadySgListQueue() local2476 if (sg_entry_cnt != 0) { in AscPutReadySgListQueue()2487 sg_entry_cnt -= ASC_SG_LIST_PER_Q; in AscPutReadySgListQueue()[all …]