Searched refs:IOCBs (Results 1 – 5 of 5) sorted by relevance
992 pring->sli.sli3.cmdringaddr = (void *)&phba->IOCBs[iocbCnt]; in lpfc_config_pcb_setup()995 offset = (uint8_t *) &phba->IOCBs[iocbCnt] - in lpfc_config_pcb_setup()1003 pring->sli.sli3.rspringaddr = (void *) &phba->IOCBs[iocbCnt]; in lpfc_config_pcb_setup()1006 offset = (uint8_t *)&phba->IOCBs[iocbCnt] - in lpfc_config_pcb_setup()
1051 struct _IOCB *IOCBs; member
4341 IOCB_t IOCBs[MAX_SLIM_IOCB_SIZE]; member
9215 phba->IOCBs = (phba->slim2p.virt + in lpfc_sli_pci_mem_setup()9216 offsetof(struct lpfc_sli2_slim, IOCBs)); in lpfc_sli_pci_mem_setup()
222 * Make sure function which processes unsolicited IOCBs on ELS ring272 * Bug fix for Raw IO errors. Reuse of IOCBs now mandates setting1248 * Flush all the ELS IOCBs when there is a link event.1448 * Increase SLI2_SLIM to 16K Increase cmd / rsp IOCBs accordingly
Completed in 72 milliseconds