Lines Matching refs:pcb
959 PCB_t *pcbp = phba->pcb; in lpfc_config_pcb_setup()
1288 offset = (uint8_t *)phba->pcb - (uint8_t *)phba->slim2p.virt; in lpfc_config_port()
1321 phba->pcb->type = TYPE_NATIVE_SLI2; in lpfc_config_port()
1322 phba->pcb->feature = FEATURE_INITIAL_SLI2; in lpfc_config_port()
1325 phba->pcb->mailBoxSize = sizeof(MAILBOX_t) + MAILBOX_EXT_SIZE; in lpfc_config_port()
1328 phba->pcb->mbAddrHigh = putPaddrHigh(pdma_addr); in lpfc_config_port()
1329 phba->pcb->mbAddrLow = putPaddrLow(pdma_addr); in lpfc_config_port()
1387 phba->pcb->hgpAddrHigh = putPaddrHigh(pdma_addr); in lpfc_config_port()
1388 phba->pcb->hgpAddrLow = putPaddrLow(pdma_addr); in lpfc_config_port()
1402 phba->pcb->hgpAddrLow = (bar_low & PCI_BASE_ADDRESS_MEM_MASK) + in lpfc_config_port()
1406 phba->pcb->hgpAddrHigh = bar_high; in lpfc_config_port()
1408 phba->pcb->hgpAddrHigh = 0; in lpfc_config_port()
1425 phba->pcb->pgpAddrHigh = putPaddrHigh(pdma_addr); in lpfc_config_port()
1426 phba->pcb->pgpAddrLow = putPaddrLow(pdma_addr); in lpfc_config_port()
1441 lpfc_sli_pcimem_bcopy(phba->pcb, phba->pcb, sizeof(PCB_t)); in lpfc_config_port()