Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/lpfc/
Dlpfc_ct.c2316 ae->un.AttrInt = cpu_to_be32(LPFC_MAX_CT_SIZE); in lpfc_fdmi_hba_attr_ct_len()
2352 ae->un.AttrInt = cpu_to_be32(0); in lpfc_fdmi_hba_attr_vendor_info()
2369 ae->un.AttrInt = cpu_to_be32(1); in lpfc_fdmi_hba_attr_num_ports()
2426 ae->un.AttrInt = cpu_to_be32(0); in lpfc_fdmi_hba_attr_bios_state()
2490 ae->un.AttrInt = 0; in lpfc_fdmi_port_attr_support_speed()
2493 ae->un.AttrInt |= HBA_PORTSPEED_128GFC; in lpfc_fdmi_port_attr_support_speed()
2495 ae->un.AttrInt |= HBA_PORTSPEED_64GFC; in lpfc_fdmi_port_attr_support_speed()
2497 ae->un.AttrInt |= HBA_PORTSPEED_32GFC; in lpfc_fdmi_port_attr_support_speed()
2499 ae->un.AttrInt |= HBA_PORTSPEED_16GFC; in lpfc_fdmi_port_attr_support_speed()
2501 ae->un.AttrInt |= HBA_PORTSPEED_10GFC; in lpfc_fdmi_port_attr_support_speed()
[all …]
Dlpfc_hw.h1330 uint32_t AttrInt; member