Home
last modified time | relevance | path

Searched refs:chbuf (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H A Dlpfc_attr.c1901 char chbuf[128]; in lpfc_xcvr_data_show() local
1914 strscpy(chbuf, &rdp_context->page_a0[SSF_VENDOR_NAME], 16); in lpfc_xcvr_data_show()
1916 len = scnprintf(buf, PAGE_SIZE - len, "VendorName:\t%s\n", chbuf); in lpfc_xcvr_data_show()
1922 strscpy(chbuf, &rdp_context->page_a0[SSF_VENDOR_PN], 16); in lpfc_xcvr_data_show()
1923 len += scnprintf(buf + len, PAGE_SIZE - len, "VendorPN:\t%s\n", chbuf); in lpfc_xcvr_data_show()
1924 strscpy(chbuf, &rdp_context->page_a0[SSF_VENDOR_SN], 16); in lpfc_xcvr_data_show()
1925 len += scnprintf(buf + len, PAGE_SIZE - len, "VendorSN:\t%s\n", chbuf); in lpfc_xcvr_data_show()
1926 strscpy(chbuf, &rdp_context->page_a0[SSF_VENDOR_REV], 4); in lpfc_xcvr_data_show()
1927 len += scnprintf(buf + len, PAGE_SIZE - len, "VendorRev:\t%s\n", chbuf); in lpfc_xcvr_data_show()
1928 strscpy(chbuf, in lpfc_xcvr_data_show()
[all...]

Completed in 5 milliseconds