Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_attr.c4964 LPFC_ATTR_RW(cq_poll_threshold, LPFC_CQ_DEF_THRESHOLD_TO_POLL,
5214 LPFC_ATTR_RW(nvmet_fb_size, 0, 0, 65536,
5225 LPFC_ATTR_RW(nvme_enable_fb, 0, 0, 1,
5292 LPFC_ATTR_RW(fcp_io_sched, LPFC_FCP_SCHED_BY_CPU,
5305 LPFC_ATTR_RW(ns_query, LPFC_NS_QUERY_GID_FT,
5316 LPFC_ATTR_RW(fcp2_no_tgt_reset, 0, 0, 1, "Determine bus reset behavior for "
5327 LPFC_ATTR_RW(cr_delay, 0, 0, 63, "A count of milliseconds after which an "
5330 LPFC_ATTR_RW(cr_count, 1, 1, 255, "A count of I/O completions after which an "
5414 LPFC_ATTR_RW(poll_tmo, 10, 1, 255,
5421 LPFC_ATTR_RW(task_mgmt_tmo, 60, 5, 180,
[all …]
H A Dlpfc_attr.h38 #define LPFC_ATTR_RW(name, defval, minval, maxval, desc) \ macro
/openbmc/linux/Documentation/scsi/
H A DChangeLog.lpfc1046 * Introducing two new defines LPFC_ATTR_R and LPFC_ATTR_RW that do