Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/lpfc/
Dlpfc_sli.h220 uint32_t cmdidx; /* current index in command ring */ member
Dlpfc_sli.c888 pring->sli.sli3.cmdidx * phba->iocb_cmd_size); in lpfc_cmd_iocb()
2041 if ((pring->sli.sli3.next_cmdidx == pring->sli.sli3.cmdidx) && in lpfc_sli_next_iocb_slot()
2207 pring->sli.sli3.cmdidx = pring->sli.sli3.next_cmdidx; in lpfc_sli_submit_iocb()
2208 writel(pring->sli.sli3.cmdidx, &phba->host_gp[pring->ringno].cmdPutInx); in lpfc_sli_submit_iocb()
5003 pring->sli.sli3.cmdidx = 0; in lpfc_sli_brdreset()
11758 pring->sli.sli3.cmdidx = 0; in lpfc_sli_queue_init()
/Linux-v5.15/Documentation/scsi/
DChangeLog.lpfc487 returns pointer to iocb entry at cmdidx if queue is not full.
488 It also updates next_cmdidx, and local_getidx (but not cmdidx)
489 * lpfc_sli_submit_iocb() copies next_cmdidx into cmdidx. Now it is
490 the only place were we are updating cmdidx.
494 cmdidx.