Searched refs:LPFC_ATTR_R (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/drivers/scsi/lpfc/ |
D | lpfc_attr.c | 1647 #define LPFC_ATTR_R(name, defval, minval, maxval, desc) \ macro 2042 LPFC_ATTR_R(suppress_link_up, LPFC_INITIALIZE_LINK, LPFC_INITIALIZE_LINK, 2325 LPFC_ATTR_R(hba_queue_depth, 8192, 32, 8192, 3243 LPFC_ATTR_R(ack0, 0, 0, 1, "Enable ACK0 support"); 3263 LPFC_ATTR_R(multi_ring_support, 1, 1, 2, "Determines number of primary " 3271 LPFC_ATTR_R(multi_ring_rctl, FC_RCTL_DD_UNSOL_DATA, 1, 3279 LPFC_ATTR_R(multi_ring_type, FC_TYPE_IP, 1, 3320 LPFC_ATTR_R(use_msi, 2, 0, 2, "Use Message Signaled Interrupts (1) or " 3328 LPFC_ATTR_R(fcp_imax, LPFC_FP_DEF_IMAX, LPFC_MIM_IMAX, LPFC_DMULT_CONST, 3336 LPFC_ATTR_R(fcp_wq_count, LPFC_FP_WQN_DEF, LPFC_FP_WQN_MIN, LPFC_FP_WQN_MAX, [all …]
|
/linux-2.6.39/Documentation/scsi/ |
D | ChangeLog.lpfc | 1046 * Introducing two new defines LPFC_ATTR_R and LPFC_ATTR_RW that do
|