Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_attr.c1956 #define LPFC_ATTR_RW(name, defval, minval, maxval, desc) \ macro
4524 LPFC_ATTR_RW(fcp_io_sched, 0, 0, 1, "Determine scheduling algorithm for "
4533 LPFC_ATTR_RW(fcp2_no_tgt_reset, 0, 0, 1, "Determine bus reset behavior for "
4544 LPFC_ATTR_RW(cr_delay, 0, 0, 63, "A count of milliseconds after which an "
4547 LPFC_ATTR_RW(cr_count, 1, 1, 255, "A count of I/O completions after which an "
4624 LPFC_ATTR_RW(poll_tmo, 10, 1, 255,
4631 LPFC_ATTR_RW(task_mgmt_tmo, 60, 5, 180,
4682 LPFC_ATTR_RW(XLanePriority, 0, 0x0, 0x7f, "CS_CTL for Express Lane Feature.");
/linux-4.4.14/Documentation/scsi/
DChangeLog.lpfc1046 * Introducing two new defines LPFC_ATTR_R and LPFC_ATTR_RW that do