Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/lpfc/
Dlpfc_attr.c1655 #define LPFC_ATTR_RW(name, defval, minval, maxval, desc) \ macro
3252 LPFC_ATTR_RW(cr_delay, 0, 0, 63, "A count of milliseconds after which an "
3255 LPFC_ATTR_RW(cr_count, 1, 1, 255, "A count of I/O completions after which an "
3309 LPFC_ATTR_RW(poll_tmo, 10, 1, 255,
/linux-2.6.39/Documentation/scsi/
DChangeLog.lpfc1046 * Introducing two new defines LPFC_ATTR_R and LPFC_ATTR_RW that do