Lines Matching refs:pcb
958 PCB_t *pcbp = phba->pcb; in lpfc_config_pcb_setup()
1287 offset = (uint8_t *)phba->pcb - (uint8_t *)phba->slim2p.virt; in lpfc_config_port()
1318 phba->pcb->type = TYPE_NATIVE_SLI2; in lpfc_config_port()
1319 phba->pcb->feature = FEATURE_INITIAL_SLI2; in lpfc_config_port()
1322 phba->pcb->mailBoxSize = sizeof(MAILBOX_t) + MAILBOX_EXT_SIZE; in lpfc_config_port()
1325 phba->pcb->mbAddrHigh = putPaddrHigh(pdma_addr); in lpfc_config_port()
1326 phba->pcb->mbAddrLow = putPaddrLow(pdma_addr); in lpfc_config_port()
1385 phba->pcb->hgpAddrHigh = putPaddrHigh(pdma_addr); in lpfc_config_port()
1386 phba->pcb->hgpAddrLow = putPaddrLow(pdma_addr); in lpfc_config_port()
1400 phba->pcb->hgpAddrLow = (bar_low & PCI_BASE_ADDRESS_MEM_MASK) + in lpfc_config_port()
1404 phba->pcb->hgpAddrHigh = bar_high; in lpfc_config_port()
1406 phba->pcb->hgpAddrHigh = 0; in lpfc_config_port()
1423 phba->pcb->pgpAddrHigh = putPaddrHigh(pdma_addr); in lpfc_config_port()
1424 phba->pcb->pgpAddrLow = putPaddrLow(pdma_addr); in lpfc_config_port()
1439 lpfc_sli_pcimem_bcopy(phba->pcb, phba->pcb, sizeof(PCB_t)); in lpfc_config_port()