Home
last modified time | relevance | path

Searched refs:LPFC_FPIN_WWPN_LINE_SZ (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/scsi/lpfc/
Dlpfc_els.c9692 char buf[LPFC_FPIN_WWPN_LINE_SZ]; in lpfc_display_fpin_wwpn()
9700 len = scnprintf(buf, LPFC_FPIN_WWPN_LINE_SZ, "Accessible WWPNs:"); in lpfc_display_fpin_wwpn()
9709 len += scnprintf(buf + len, LPFC_FPIN_WWPN_LINE_SZ - len, in lpfc_display_fpin_wwpn()
9736 len = scnprintf(buf, LPFC_FPIN_WWPN_LINE_SZ, in lpfc_display_fpin_wwpn()
Dlpfc_hw4.h5067 #define LPFC_FPIN_WWPN_LINE_SZ 128 macro