Lines Matching refs:pcb
948 PCB_t *pcbp = phba->pcb; in lpfc_config_pcb_setup()
1277 offset = (uint8_t *)phba->pcb - (uint8_t *)phba->slim2p.virt; in lpfc_config_port()
1310 phba->pcb->type = TYPE_NATIVE_SLI2; in lpfc_config_port()
1311 phba->pcb->feature = FEATURE_INITIAL_SLI2; in lpfc_config_port()
1314 phba->pcb->mailBoxSize = sizeof(MAILBOX_t) + MAILBOX_EXT_SIZE; in lpfc_config_port()
1317 phba->pcb->mbAddrHigh = putPaddrHigh(pdma_addr); in lpfc_config_port()
1318 phba->pcb->mbAddrLow = putPaddrLow(pdma_addr); in lpfc_config_port()
1376 phba->pcb->hgpAddrHigh = putPaddrHigh(pdma_addr); in lpfc_config_port()
1377 phba->pcb->hgpAddrLow = putPaddrLow(pdma_addr); in lpfc_config_port()
1391 phba->pcb->hgpAddrLow = (bar_low & PCI_BASE_ADDRESS_MEM_MASK) + in lpfc_config_port()
1395 phba->pcb->hgpAddrHigh = bar_high; in lpfc_config_port()
1397 phba->pcb->hgpAddrHigh = 0; in lpfc_config_port()
1414 phba->pcb->pgpAddrHigh = putPaddrHigh(pdma_addr); in lpfc_config_port()
1415 phba->pcb->pgpAddrLow = putPaddrLow(pdma_addr); in lpfc_config_port()
1430 lpfc_sli_pcimem_bcopy(phba->pcb, phba->pcb, sizeof(PCB_t)); in lpfc_config_port()