Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
H A Dadvansys.c8011 ushort sg_entry_cnt; in AscPutReadySgListQueue() local
8022 * Set sg_entry_cnt to be the number of SG elements that in AscPutReadySgListQueue()
8026 sg_entry_cnt = sg_head->entry_cnt - 1; in AscPutReadySgListQueue()
8028 if (sg_entry_cnt != 0) { in AscPutReadySgListQueue()
8037 if (sg_entry_cnt > ASC_SG_LIST_PER_Q) { in AscPutReadySgListQueue()
8039 sg_entry_cnt -= ASC_SG_LIST_PER_Q; in AscPutReadySgListQueue()
8053 sg_list_dwords = sg_entry_cnt << 1; in AscPutReadySgListQueue()
8055 scsi_sg_q.sg_list_cnt = sg_entry_cnt; in AscPutReadySgListQueue()
8057 sg_entry_cnt; in AscPutReadySgListQueue()
8060 sg_entry_cnt in AscPutReadySgListQueue()
8160 ushort sg_entry_cnt = 0; AscExeScsiQueue() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Dadvansys.c7925 ushort sg_entry_cnt; in AscPutReadySgListQueue() local
7936 * Set sg_entry_cnt to be the number of SG elements that in AscPutReadySgListQueue()
7940 sg_entry_cnt = sg_head->entry_cnt - 1; in AscPutReadySgListQueue()
7942 if (sg_entry_cnt != 0) { in AscPutReadySgListQueue()
7951 if (sg_entry_cnt > ASC_SG_LIST_PER_Q) { in AscPutReadySgListQueue()
7953 sg_entry_cnt -= ASC_SG_LIST_PER_Q; in AscPutReadySgListQueue()
7967 sg_list_dwords = sg_entry_cnt << 1; in AscPutReadySgListQueue()
7969 scsi_sg_q.sg_list_cnt = sg_entry_cnt; in AscPutReadySgListQueue()
7971 sg_entry_cnt; in AscPutReadySgListQueue()
7974 sg_entry_cnt in AscPutReadySgListQueue()
8074 ushort sg_entry_cnt = 0; AscExeScsiQueue() local
[all...]

Completed in 25 milliseconds