Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/scsi/lpfc/
Dlpfc_els.c9949 char buf[LPFC_FPIN_WWPN_LINE_SZ]; in lpfc_display_fpin_wwpn()
9957 len = scnprintf(buf, LPFC_FPIN_WWPN_LINE_SZ, "Accessible WWPNs:"); in lpfc_display_fpin_wwpn()
9966 len += scnprintf(buf + len, LPFC_FPIN_WWPN_LINE_SZ - len, in lpfc_display_fpin_wwpn()
9993 len = scnprintf(buf, LPFC_FPIN_WWPN_LINE_SZ, in lpfc_display_fpin_wwpn()
Dlpfc_hw4.h5066 #define LPFC_FPIN_WWPN_LINE_SZ 128 macro