Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/
H A Dadvansys.c6766 uchar next_qp; in AscIsrQDone() local
6788 next_qp = AscReadLramByte(iop_base, in AscIsrQDone()
6790 if (next_qp != ASC_QLINK_END) { in AscIsrQDone()
6805 sg_list_qp = next_qp; in AscIsrQDone()
7820 uchar next_qp; in AscAllocFreeQueue() local
7829 return next_qp; in AscAllocFreeQueue()
7928 uchar next_qp; in AscPutReadySgListQueue() local
7984 scsi_sg_q.q_no = next_qp; in AscPutReadySgListQueue()
8012 uchar next_qp; in AscSendScsiQueue() local
8025 if (next_qp != ASC_QLINK_END) { in AscSendScsiQueue()
[all …]
/linux-6.15/drivers/infiniband/hw/irdma/
H A Dmain.h276 u32 next_qp; member
H A Dverbs.c932 &qp_num, &rf->next_qp); in irdma_create_qp()