Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_hba_fru.c338 attrs->supported_speed = FC_HBA_PORTSPEED_1GBIT; in ql_populate_hba_fru_details()
341 attrs->supported_speed = FC_HBA_PORTSPEED_2GBIT | in ql_populate_hba_fru_details()
346 attrs->supported_speed = FC_HBA_PORTSPEED_4GBIT | in ql_populate_hba_fru_details()
350 attrs->supported_speed = FC_HBA_PORTSPEED_10GBIT; in ql_populate_hba_fru_details()
353 attrs->supported_speed = FC_HBA_PORTSPEED_8GBIT | in ql_populate_hba_fru_details()
365 attrs->supported_speed &= ~FC_HBA_PORTSPEED_8GBIT; in ql_populate_hba_fru_details()
370 attrs->supported_speed &= ~FC_HBA_PORTSPEED_1GBIT; in ql_populate_hba_fru_details()
382 attrs->supported_speed = FC_HBA_PORTSPEED_2GBIT; in ql_populate_hba_fru_details()
384 attrs->supported_speed = FC_HBA_PORTSPEED_4GBIT; in ql_populate_hba_fru_details()
388 attrs->supported_speed = FC_HBA_PORTSPEED_2GBIT; in ql_populate_hba_fru_details()
[all …]
/titanic_44/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl.h258 uint32_t supported_speed; member
/titanic_44/usr/src/uts/common/sys/
H A Dfct.h179 uint32_t supported_speed; member
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c1405 port_attrs->supported_speed |= PORT_SPEED_16G;
1408 port_attrs->supported_speed |= PORT_SPEED_10G;
1411 port_attrs->supported_speed |= PORT_SPEED_8G;
1414 port_attrs->supported_speed |= PORT_SPEED_4G;
1417 port_attrs->supported_speed |= PORT_SPEED_2G;
1420 port_attrs->supported_speed |= PORT_SPEED_1G;
1453 port_attrs->supported_speed);
H A Demlxs_solaris.c1928 port_info->pi_attrs.supported_speed |= in emlxs_fca_bind_port()
1932 port_info->pi_attrs.supported_speed |= in emlxs_fca_bind_port()
1936 port_info->pi_attrs.supported_speed |= FC_HBA_PORTSPEED_8GBIT; in emlxs_fca_bind_port()
1939 port_info->pi_attrs.supported_speed |= FC_HBA_PORTSPEED_4GBIT; in emlxs_fca_bind_port()
1942 port_info->pi_attrs.supported_speed |= FC_HBA_PORTSPEED_2GBIT; in emlxs_fca_bind_port()
1945 port_info->pi_attrs.supported_speed |= FC_HBA_PORTSPEED_1GBIT; in emlxs_fca_bind_port()
2049 port_info->pi_attrs.supported_speed); in emlxs_fca_bind_port()
/titanic_44/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c473 if (attr->supported_speed & PORT_SPEED_1G) in fct_get_adapter_port_attr()
475 if (attr->supported_speed & PORT_SPEED_2G) in fct_get_adapter_port_attr()
477 if (attr->supported_speed & PORT_SPEED_4G) in fct_get_adapter_port_attr()
479 if (attr->supported_speed & PORT_SPEED_8G) in fct_get_adapter_port_attr()
481 if (attr->supported_speed & PORT_SPEED_10G) in fct_get_adapter_port_attr()
/titanic_44/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()
/titanic_44/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()
/titanic_44/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c1006 port_attrs->supported_speed = PORT_SPEED_1G | in qlt_populate_hba_fru_details()
1009 port_attrs->supported_speed = PORT_SPEED_2G | PORT_SPEED_4G | in qlt_populate_hba_fru_details()
1012 port_attrs->supported_speed = PORT_SPEED_10G; in qlt_populate_hba_fru_details()
/titanic_44/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c7877 port->fp_hba_port_attrs.supported_speed; in fp_fciocmd()