Lines Matching refs:cgn_i
5592 if (!phba->cgn_i) in lpfc_cgn_update_stat()
5594 cp = (struct lpfc_cgn_info *)phba->cgn_i->virt; in lpfc_cgn_update_stat()
5685 if (!phba->cgn_i) in lpfc_cgn_save_evt_cnt()
5687 cp = (struct lpfc_cgn_info *)phba->cgn_i->virt; in lpfc_cgn_save_evt_cnt()
7036 if (!phba->cgn_i) in lpfc_sli4_async_cmstat_evt()
7129 if (phba->cgn_i) { in lpfc_cgn_params_parse()
7130 cp = (struct lpfc_cgn_info *)phba->cgn_i->virt; in lpfc_cgn_params_parse()
13596 "6235 INIT Congestion Buffer %p\n", phba->cgn_i); in lpfc_init_congestion_buf()
13598 if (!phba->cgn_i) in lpfc_init_congestion_buf()
13600 cp = (struct lpfc_cgn_info *)phba->cgn_i->virt; in lpfc_init_congestion_buf()
13666 "6236 INIT Congestion Stat %p\n", phba->cgn_i); in lpfc_init_congestion_stat()
13668 if (!phba->cgn_i) in lpfc_init_congestion_stat()
13671 cp = (struct lpfc_cgn_info *)phba->cgn_i->virt; in lpfc_init_congestion_stat()
13708 if (!phba->cgn_i) in __lpfc_reg_congestion_buf()
13733 putPaddrLow(phba->cgn_i->phys); in __lpfc_reg_congestion_buf()
13735 putPaddrHigh(phba->cgn_i->phys); in __lpfc_reg_congestion_buf()
15003 if (phba->cgn_i) in lpfc_pci_remove_one_s4()