Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_attr.c1948 #define LPFC_ATTR_R(name, defval, minval, maxval, desc) \ macro
2789 LPFC_ATTR_R(fcf_failover_policy, 1, 1, 2,
2812 LPFC_ATTR_R(suppress_link_up, LPFC_INITIALIZE_LINK, LPFC_INITIALIZE_LINK,
3098 LPFC_ATTR_R(hba_queue_depth, 8192, 32, 8192,
4512 LPFC_ATTR_R(ack0, 0, 0, 1, "Enable ACK0 support");
4555 LPFC_ATTR_R(multi_ring_support, 1, 1, 2, "Determines number of primary "
4563 LPFC_ATTR_R(multi_ring_rctl, FC_RCTL_DD_UNSOL_DATA, 1,
4571 LPFC_ATTR_R(multi_ring_type, FC_TYPE_IP, 1,
4641 LPFC_ATTR_R(use_msi, 2, 0, 2, "Use Message Signaled Interrupts (1) or "
4649 LPFC_ATTR_R(fcp_io_channel, LPFC_FCP_IO_CHAN_DEF, LPFC_FCP_IO_CHAN_MIN,
[all …]
/linux-4.4.14/Documentation/scsi/
DChangeLog.lpfc1046 * Introducing two new defines LPFC_ATTR_R and LPFC_ATTR_RW that do