Home
last modified time | relevance | path

Searched refs:FW_PORT_CAP_SPEED_10G (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_mac.c568 old = lc->advertising & FW_PORT_CAP_SPEED_10G; in t4_mc_setprop()
569 new = v8 ? FW_PORT_CAP_SPEED_10G : 0; in t4_mc_setprop()
571 lc->advertising &= ~FW_PORT_CAP_SPEED_10G; in t4_mc_setprop()
702 *u = !!(lc->advertising & FW_PORT_CAP_SPEED_10G); in t4_mc_getprop()
756 lc->supported & FW_PORT_CAP_SPEED_10G) in t4_mc_propinfo()
H A Dadapter.c104 return ((pi->link_cfg.supported & FW_PORT_CAP_SPEED_10G) != 0); in is_10G_port()
/titanic_50/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c1525 FW_PORT_CAP_SPEED_10G | FW_PORT_CAP_ANEG)
4830 else if (stat & V_FW_PORT_CMD_LSPEED(FW_PORT_CAP_SPEED_10G)) in t4_handle_fw_rpl()
/titanic_50/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h5339 FW_PORT_CAP_SPEED_10G = 0x0008, enumerator