Home
last modified time | relevance | path

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

/drivers/scsi/
Dadvansys.c8017 ushort sg_entry_cnt; in AscPutReadySgListQueue() local
8032 sg_entry_cnt = sg_head->entry_cnt - 1; in AscPutReadySgListQueue()
8034 if (sg_entry_cnt != 0) { in AscPutReadySgListQueue()
8043 if (sg_entry_cnt > ASC_SG_LIST_PER_Q) { in AscPutReadySgListQueue()
8045 sg_entry_cnt -= ASC_SG_LIST_PER_Q; in AscPutReadySgListQueue()
8059 sg_list_dwords = sg_entry_cnt << 1; in AscPutReadySgListQueue()
8061 scsi_sg_q.sg_list_cnt = sg_entry_cnt; in AscPutReadySgListQueue()
8063 sg_entry_cnt; in AscPutReadySgListQueue()
8066 sg_entry_cnt - 1; in AscPutReadySgListQueue()
8068 sg_entry_cnt - 1; in AscPutReadySgListQueue()
[all …]