Home
last modified time | relevance | path

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

/linux-6.6.21/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()
2061 if ((pring->sli.sli3.next_cmdidx == pring->sli.sli3.cmdidx) && in lpfc_sli_next_iocb_slot()
2227 pring->sli.sli3.cmdidx = pring->sli.sli3.next_cmdidx; in lpfc_sli_submit_iocb()
2228 writel(pring->sli.sli3.cmdidx, &phba->host_gp[pring->ringno].cmdPutInx); in lpfc_sli_submit_iocb()
5124 pring->sli.sli3.cmdidx = 0; in lpfc_sli_brdreset()
11809 pring->sli.sli3.cmdidx = 0; in lpfc_sli_queue_init()
/linux-6.6.21/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.