Lines Matching refs:pcb
943 PCB_t *pcbp = phba->pcb; in lpfc_config_pcb_setup()
1272 offset = (uint8_t *)phba->pcb - (uint8_t *)phba->slim2p.virt; in lpfc_config_port()
1305 phba->pcb->type = TYPE_NATIVE_SLI2; in lpfc_config_port()
1306 phba->pcb->feature = FEATURE_INITIAL_SLI2; in lpfc_config_port()
1309 phba->pcb->mailBoxSize = sizeof(MAILBOX_t) + MAILBOX_EXT_SIZE; in lpfc_config_port()
1312 phba->pcb->mbAddrHigh = putPaddrHigh(pdma_addr); in lpfc_config_port()
1313 phba->pcb->mbAddrLow = putPaddrLow(pdma_addr); in lpfc_config_port()
1371 phba->pcb->hgpAddrHigh = putPaddrHigh(pdma_addr); in lpfc_config_port()
1372 phba->pcb->hgpAddrLow = putPaddrLow(pdma_addr); in lpfc_config_port()
1386 phba->pcb->hgpAddrLow = (bar_low & PCI_BASE_ADDRESS_MEM_MASK) + in lpfc_config_port()
1390 phba->pcb->hgpAddrHigh = bar_high; in lpfc_config_port()
1392 phba->pcb->hgpAddrHigh = 0; in lpfc_config_port()
1409 phba->pcb->pgpAddrHigh = putPaddrHigh(pdma_addr); in lpfc_config_port()
1410 phba->pcb->pgpAddrLow = putPaddrLow(pdma_addr); in lpfc_config_port()
1425 lpfc_sli_pcimem_bcopy(phba->pcb, phba->pcb, sizeof(PCB_t)); in lpfc_config_port()