Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_ct.c1972 ae->un.AttrInt = cpu_to_be32(LPFC_MAX_CT_SIZE); in lpfc_fdmi_hba_attr_ct_len()
2008 ae->un.AttrInt = cpu_to_be32(0); in lpfc_fdmi_hba_attr_vendor_info()
2025 ae->un.AttrInt = cpu_to_be32(1); in lpfc_fdmi_hba_attr_num_ports()
2081 ae->un.AttrInt = cpu_to_be32(0); in lpfc_fdmi_hba_attr_bios_state()
2140 ae->un.AttrInt = 0; in lpfc_fdmi_port_attr_support_speed()
2143 ae->un.AttrInt |= HBA_PORTSPEED_64GFC; in lpfc_fdmi_port_attr_support_speed()
2145 ae->un.AttrInt |= HBA_PORTSPEED_32GFC; in lpfc_fdmi_port_attr_support_speed()
2147 ae->un.AttrInt |= HBA_PORTSPEED_16GFC; in lpfc_fdmi_port_attr_support_speed()
2149 ae->un.AttrInt |= HBA_PORTSPEED_10GFC; in lpfc_fdmi_port_attr_support_speed()
2151 ae->un.AttrInt |= HBA_PORTSPEED_8GFC; in lpfc_fdmi_port_attr_support_speed()
[all …]
Dlpfc_hw.h1358 uint32_t AttrInt; member