Home
last modified time | relevance | path

Searched refs:FW_PORT_CAP_SPEED_1G (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_mac.c215 *val = !!(lc->supported & FW_PORT_CAP_SPEED_1G); in t4_mc_getstat()
529 FW_PORT_CAP_SPEED_1G))); in t4_mc_setprop()
583 old = lc->advertising & FW_PORT_CAP_SPEED_1G; in t4_mc_setprop()
584 new = v8 ? FW_PORT_CAP_SPEED_1G : 0; in t4_mc_setprop()
587 lc->advertising &= ~FW_PORT_CAP_SPEED_1G; in t4_mc_setprop()
707 *u = !!(lc->advertising & FW_PORT_CAP_SPEED_1G); in t4_mc_getprop()
764 lc->supported & FW_PORT_CAP_SPEED_1G) in t4_mc_propinfo()
/titanic_44/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c1524 #define ADVERT_MASK (FW_PORT_CAP_SPEED_100M | FW_PORT_CAP_SPEED_1G |\
4828 else if (stat & V_FW_PORT_CMD_LSPEED(FW_PORT_CAP_SPEED_1G)) in t4_handle_fw_rpl()
/titanic_44/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h5337 FW_PORT_CAP_SPEED_1G = 0x0002, enumerator