Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
H A Dlpfc_els.c9957 char buf[LPFC_FPIN_WWPN_LINE_SZ]; in lpfc_display_fpin_wwpn()
9965 len = scnprintf(buf, LPFC_FPIN_WWPN_LINE_SZ, "Accessible WWPNs:"); in lpfc_display_fpin_wwpn()
9974 len += scnprintf(buf + len, LPFC_FPIN_WWPN_LINE_SZ - len, in lpfc_display_fpin_wwpn()
10001 len = scnprintf(buf, LPFC_FPIN_WWPN_LINE_SZ, in lpfc_display_fpin_wwpn()
H A Dlpfc_hw4.h5077 #define LPFC_FPIN_WWPN_LINE_SZ 128 macro