Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_sli.h200 uint32_t cmdidx; /* current index in command ring */ member
Dlpfc_sli.c768 pring->sli.sli3.cmdidx * phba->iocb_cmd_size); in lpfc_cmd_iocb()
1660 if ((pring->sli.sli3.next_cmdidx == pring->sli.sli3.cmdidx) && in lpfc_sli_next_iocb_slot()
1826 pring->sli.sli3.cmdidx = pring->sli.sli3.next_cmdidx; in lpfc_sli_submit_iocb()
1827 writel(pring->sli.sli3.cmdidx, &phba->host_gp[pring->ringno].cmdPutInx); in lpfc_sli_submit_iocb()
4472 pring->sli.sli3.cmdidx = 0; in lpfc_sli_brdreset()
10234 pring->sli.sli3.cmdidx = 0; in lpfc_sli_queue_init()
/Linux-v4.19/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.