Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/lpfc/
Dlpfc_sli.h237 uint32_t cmdidx; /* current index in command ring */ member
Dlpfc_sli.c886 pring->sli.sli3.cmdidx * phba->iocb_cmd_size); in lpfc_cmd_iocb()
2039 if ((pring->sli.sli3.next_cmdidx == pring->sli.sli3.cmdidx) && in lpfc_sli_next_iocb_slot()
2205 pring->sli.sli3.cmdidx = pring->sli.sli3.next_cmdidx; in lpfc_sli_submit_iocb()
2206 writel(pring->sli.sli3.cmdidx, &phba->host_gp[pring->ringno].cmdPutInx); in lpfc_sli_submit_iocb()
5093 pring->sli.sli3.cmdidx = 0; in lpfc_sli_brdreset()
11544 pring->sli.sli3.cmdidx = 0; in lpfc_sli_queue_init()
/linux-5.19.10/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.