Home
last modified time | relevance | path

Searched refs:supported_speed (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_hba_fru.c328 attrs->supported_speed = chip == 0x2071 ? in ql_populate_hba_fru_details()
332 attrs->supported_speed = chip == 0x2261 ? in ql_populate_hba_fru_details()
336 attrs->supported_speed = FC_HBA_PORTSPEED_2GBIT | in ql_populate_hba_fru_details()
341 attrs->supported_speed = FC_HBA_PORTSPEED_4GBIT | in ql_populate_hba_fru_details()
345 attrs->supported_speed = FC_HBA_PORTSPEED_10GBIT; in ql_populate_hba_fru_details()
348 attrs->supported_speed = FC_HBA_PORTSPEED_8GBIT | in ql_populate_hba_fru_details()
360 attrs->supported_speed &= ~FC_HBA_PORTSPEED_8GBIT; in ql_populate_hba_fru_details()
377 attrs->supported_speed = FC_HBA_PORTSPEED_2GBIT; in ql_populate_hba_fru_details()
379 attrs->supported_speed = FC_HBA_PORTSPEED_4GBIT; in ql_populate_hba_fru_details()
383 attrs->supported_speed = FC_HBA_PORTSPEED_2GBIT; in ql_populate_hba_fru_details()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl.h261 uint32_t supported_speed; member
/illumos-gate/usr/src/uts/common/sys/
H A Dfct.h180 uint32_t supported_speed; member
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c482 if (attr->supported_speed & PORT_SPEED_1G) in fct_get_adapter_port_attr()
484 if (attr->supported_speed & PORT_SPEED_2G) in fct_get_adapter_port_attr()
486 if (attr->supported_speed & PORT_SPEED_4G) in fct_get_adapter_port_attr()
488 if (attr->supported_speed & PORT_SPEED_8G) in fct_get_adapter_port_attr()
490 if (attr->supported_speed & PORT_SPEED_10G) in fct_get_adapter_port_attr()
492 if (attr->supported_speed & PORT_SPEED_16G) in fct_get_adapter_port_attr()
494 if (attr->supported_speed & PORT_SPEED_32G) in fct_get_adapter_port_attr()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c1409 port_attrs->supported_speed |= PORT_SPEED_32G; in emlxs_fct_populate_hba_details()
1412 port_attrs->supported_speed |= PORT_SPEED_16G; in emlxs_fct_populate_hba_details()
1415 port_attrs->supported_speed |= PORT_SPEED_10G; in emlxs_fct_populate_hba_details()
1418 port_attrs->supported_speed |= PORT_SPEED_8G; in emlxs_fct_populate_hba_details()
1421 port_attrs->supported_speed |= PORT_SPEED_4G; in emlxs_fct_populate_hba_details()
1424 port_attrs->supported_speed |= PORT_SPEED_2G; in emlxs_fct_populate_hba_details()
1427 port_attrs->supported_speed |= PORT_SPEED_1G; in emlxs_fct_populate_hba_details()
1460 port_attrs->supported_speed); in emlxs_fct_populate_hba_details()
H A Demlxs_solaris.c1934 port_info->pi_attrs.supported_speed |= in emlxs_fca_bind_port()
1938 port_info->pi_attrs.supported_speed |= in emlxs_fca_bind_port()
1942 port_info->pi_attrs.supported_speed |= in emlxs_fca_bind_port()
1946 port_info->pi_attrs.supported_speed |= FC_HBA_PORTSPEED_8GBIT; in emlxs_fca_bind_port()
1949 port_info->pi_attrs.supported_speed |= FC_HBA_PORTSPEED_4GBIT; in emlxs_fca_bind_port()
1952 port_info->pi_attrs.supported_speed |= FC_HBA_PORTSPEED_2GBIT; in emlxs_fca_bind_port()
1955 port_info->pi_attrs.supported_speed |= FC_HBA_PORTSPEED_1GBIT; in emlxs_fca_bind_port()
2059 port_info->pi_attrs.supported_speed); in emlxs_fca_bind_port()
/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet_fc.c637 port_attrs->supported_speed = PORT_SPEED_1G | PORT_SPEED_10G; in fcoet_populate_hba_fru_details()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei_lv.c791 port_attrs->supported_speed = FC_HBA_PORTSPEED_1GBIT | in fcoei_populate_hba_fru_details()
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c1785 port_attrs->supported_speed = PORT_SPEED_10G; in qlt_populate_hba_fru_details()
1788 port_attrs->supported_speed = PORT_SPEED_8G | in qlt_populate_hba_fru_details()
1791 port_attrs->supported_speed = PORT_SPEED_4G | in qlt_populate_hba_fru_details()
1795 port_attrs->supported_speed = PORT_SPEED_4G | in qlt_populate_hba_fru_details()
1798 port_attrs->supported_speed = PORT_SPEED_2G | PORT_SPEED_4G | in qlt_populate_hba_fru_details()
1801 port_attrs->supported_speed = PORT_SPEED_1G | in qlt_populate_hba_fru_details()
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c7878 port->fp_hba_port_attrs.supported_speed; in fp_fciocmd()