Lines Matching full:pcb

999  * lpfc_config_pcb_setup - Set up IOCB rings in the Port Control Block (PCB)
1003 * Block (PCB).
1010 PCB_t *pcbp = phba->pcb; in lpfc_config_pcb_setup()
1260 * specified in the Port Control Block (PCB). It is an error to issue the
1313 * Block (PCB) in the driver memory. After this command is issued, the
1315 * the HBA. The HBA may copy the PCB information to internal storage for
1316 * subsequent use; the driver can not change the PCB information unless it
1339 offset = (uint8_t *)phba->pcb - (uint8_t *)phba->slim2p.virt; in lpfc_config_port()
1369 /* Now setup pcb */ in lpfc_config_port()
1370 phba->pcb->type = TYPE_NATIVE_SLI2; in lpfc_config_port()
1371 phba->pcb->feature = FEATURE_INITIAL_SLI2; in lpfc_config_port()
1374 phba->pcb->mailBoxSize = sizeof(MAILBOX_t) + MAILBOX_EXT_SIZE; in lpfc_config_port()
1377 phba->pcb->mbAddrHigh = putPaddrHigh(pdma_addr); in lpfc_config_port()
1378 phba->pcb->mbAddrLow = putPaddrLow(pdma_addr); in lpfc_config_port()
1437 phba->pcb->hgpAddrHigh = putPaddrHigh(pdma_addr); in lpfc_config_port()
1438 phba->pcb->hgpAddrLow = putPaddrLow(pdma_addr); in lpfc_config_port()
1452 phba->pcb->hgpAddrLow = (bar_low & PCI_BASE_ADDRESS_MEM_MASK) + in lpfc_config_port()
1456 phba->pcb->hgpAddrHigh = bar_high; in lpfc_config_port()
1458 phba->pcb->hgpAddrHigh = 0; in lpfc_config_port()
1475 phba->pcb->pgpAddrHigh = putPaddrHigh(pdma_addr); in lpfc_config_port()
1476 phba->pcb->pgpAddrLow = putPaddrLow(pdma_addr); in lpfc_config_port()
1478 /* Use callback routine to setp rings in the pcb */ in lpfc_config_port()
1490 /* Swap PCB if needed */ in lpfc_config_port()
1491 lpfc_sli_pcimem_bcopy(phba->pcb, phba->pcb, sizeof(PCB_t)); in lpfc_config_port()