Lines Matching full:pcb

1006  * lpfc_config_pcb_setup - Set up IOCB rings in the Port Control Block (PCB)
1010 * Block (PCB).
1017 PCB_t *pcbp = phba->pcb; in lpfc_config_pcb_setup()
1267 * specified in the Port Control Block (PCB). It is an error to issue the
1320 * Block (PCB) in the driver memory. After this command is issued, the
1322 * the HBA. The HBA may copy the PCB information to internal storage for
1323 * subsequent use; the driver can not change the PCB information unless it
1346 offset = (uint8_t *)phba->pcb - (uint8_t *)phba->slim2p.virt; in lpfc_config_port()
1376 /* Now setup pcb */ in lpfc_config_port()
1377 phba->pcb->type = TYPE_NATIVE_SLI2; in lpfc_config_port()
1378 phba->pcb->feature = FEATURE_INITIAL_SLI2; in lpfc_config_port()
1381 phba->pcb->mailBoxSize = sizeof(MAILBOX_t) + MAILBOX_EXT_SIZE; in lpfc_config_port()
1384 phba->pcb->mbAddrHigh = putPaddrHigh(pdma_addr); in lpfc_config_port()
1385 phba->pcb->mbAddrLow = putPaddrLow(pdma_addr); in lpfc_config_port()
1444 phba->pcb->hgpAddrHigh = putPaddrHigh(pdma_addr); in lpfc_config_port()
1445 phba->pcb->hgpAddrLow = putPaddrLow(pdma_addr); in lpfc_config_port()
1459 phba->pcb->hgpAddrLow = (bar_low & PCI_BASE_ADDRESS_MEM_MASK) + in lpfc_config_port()
1463 phba->pcb->hgpAddrHigh = bar_high; in lpfc_config_port()
1465 phba->pcb->hgpAddrHigh = 0; in lpfc_config_port()
1482 phba->pcb->pgpAddrHigh = putPaddrHigh(pdma_addr); in lpfc_config_port()
1483 phba->pcb->pgpAddrLow = putPaddrLow(pdma_addr); in lpfc_config_port()
1485 /* Use callback routine to setp rings in the pcb */ in lpfc_config_port()
1497 /* Swap PCB if needed */ in lpfc_config_port()
1498 lpfc_sli_pcimem_bcopy(phba->pcb, phba->pcb, sizeof(PCB_t)); in lpfc_config_port()