Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/scsi/lpfc/
Dlpfc_els.c9748 char buf[LPFC_FPIN_WWPN_LINE_SZ]; in lpfc_display_fpin_wwpn()
9756 len = scnprintf(buf, LPFC_FPIN_WWPN_LINE_SZ, "Accessible WWPNs:"); in lpfc_display_fpin_wwpn()
9765 len += scnprintf(buf + len, LPFC_FPIN_WWPN_LINE_SZ - len, in lpfc_display_fpin_wwpn()
9792 len = scnprintf(buf, LPFC_FPIN_WWPN_LINE_SZ, in lpfc_display_fpin_wwpn()
Dlpfc_hw4.h5062 #define LPFC_FPIN_WWPN_LINE_SZ 128 macro