Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/
H A Dadvansys.c7926 ushort sg_entry_cnt; in AscPutReadySgListQueue() local
7941 sg_entry_cnt = sg_head->entry_cnt - 1; in AscPutReadySgListQueue()
7943 if (sg_entry_cnt != 0) { in AscPutReadySgListQueue()
7954 sg_entry_cnt -= ASC_SG_LIST_PER_Q; in AscPutReadySgListQueue()
7968 sg_list_dwords = sg_entry_cnt << 1; in AscPutReadySgListQueue()
7972 sg_entry_cnt; in AscPutReadySgListQueue()
7975 sg_entry_cnt - 1; in AscPutReadySgListQueue()
7977 sg_entry_cnt - 1; in AscPutReadySgListQueue()
7979 sg_entry_cnt = 0; in AscPutReadySgListQueue()
8075 ushort sg_entry_cnt = 0; in AscExeScsiQueue() local
[all …]