Searched refs:brd_no (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/scsi/lpfc/ |
H A D | lpfc_logmsg.h | 60 fmt, (vport)->phba->brd_no, vport->vpi, ##arg); } 69 fmt, phba->brd_no, ##arg); \ 79 fmt, (vport)->phba->brd_no, vport->vpi, ##arg); \ 82 (vport)->phba->brd_no, (vport)->vpi, ##arg); \ 95 fmt, phba->brd_no, ##arg); \ 97 lpfc_dbg_print(phba, "%d:" fmt, phba->brd_no, ##arg); \
|
H A D | lpfc_debugfs.h | 401 (q->phba)->brd_no, in lpfc_debug_dump_q()
|
H A D | lpfc_attr.c | 377 phba->brd_no, in lpfc_nvme_info_show() 523 phba->brd_no, in lpfc_nvme_info_show() 539 phba->brd_no, in lpfc_nvme_info_show() 574 if (phba->brd_no >= 10) { in lpfc_nvme_info_show() 4240 phba->brd_no, val); in lpfc_topology_store()
|
H A D | lpfc_debugfs.c | 5230 phba->brd_no, ext_cnt, ext_size); in lpfc_idiag_extacc_alloc_get() 5242 phba->brd_no, ext_cnt, ext_size); in lpfc_idiag_extacc_alloc_get() 5254 phba->brd_no, ext_cnt, ext_size); in lpfc_idiag_extacc_alloc_get() 5266 phba->brd_no, ext_cnt, ext_size); in lpfc_idiag_extacc_alloc_get() 6061 snprintf(name, sizeof(name), "fn%d", phba->brd_no); in lpfc_debugfs_initialize()
|
H A D | lpfc.h | 1246 int brd_no; /* FC board number */ member
|
H A D | lpfc_init.c | 7187 phba->brd_no, in lpfc_cgn_params_parse() 8614 "lpfc_worker_%d", phba->brd_no); in lpfc_setup_driver_resource_phase2() 9040 phba->brd_no = lpfc_get_instance(); in lpfc_hba_alloc() 9041 if (phba->brd_no < 0) { in lpfc_hba_alloc() 9067 idr_remove(&lpfc_hba_index, phba->brd_no); in lpfc_hba_free() 9131 vport = lpfc_create_port(phba, phba->brd_no, &phba->pcidev->dev); in lpfc_create_shost() 14276 "lpfc_worker_%d", phba->brd_no); in lpfc_pci_resume_one_s3() 15109 "lpfc_worker_%d", phba->brd_no); in lpfc_pci_resume_one_s4()
|
H A D | lpfc_ct.c | 1824 n = scnprintf(symbol, size, "%d", vport->phba->brd_no); in lpfc_vport_symbolic_port_name()
|
H A D | lpfc_sli.c | 4116 phba->brd_no, adaptermsg); in lpfc_sli_handle_fast_ring_event() 4319 phba->brd_no, adaptermsg); in lpfc_sli_sp_handle_rspiocb() 11716 phba->brd_no, totiocbsize, in lpfc_sli_setup()
|
/openbmc/linux/Documentation/scsi/ |
H A D | ChangeLog.lpfc | 796 * Remove unnecessary lpfc_brd_no. Ensure brd_no assignment is 813 counter instead, brd_no isn't reused anymore. Also some tiny 1081 * Change lpfc_printf_log to a #define. Also include phba->brd_no
|