Home
last modified time | relevance | path

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

/netbsd/sys/dev/ic/
H A Dadvlib.c2469 scsi_sg_q.sg_list_cnt = ASC_SG_LIST_PER_Q; in AscPutReadySgListQueue()
2472 scsi_sg_q.sg_list_cnt = ASC_SG_LIST_PER_Q - 1; in AscPutReadySgListQueue()
2479 scsi_sg_q.sg_list_cnt = sg_entry_cnt; in AscPutReadySgListQueue()
2482 scsi_sg_q.sg_list_cnt = sg_entry_cnt - 1; in AscPutReadySgListQueue()
H A Dadvlib.h635 u_int8_t sg_list_cnt; member