Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_mac.c220 speed = t4_link_fwcap_to_fwspeed(lc->link_caps); in t4_port_to_media()
326 *val = t4_link_fwcap_to_speed(lc->link_caps); in t4_mc_getstat()
640 *val = (!!(lc->link_caps & FW_PORT_CAP32_FC_TX)) ^ in t4_mc_getstat()
641 (!!(lc->link_caps & FW_PORT_CAP32_FC_RX)); in t4_mc_getstat()
645 *val = !!(lc->link_caps & FW_PORT_CAP32_FC_TX); in t4_mc_getstat()
649 *val = !!(lc->link_caps & FW_PORT_CAP32_ANEG); in t4_mc_getstat()
1487 *u = !!(lc->link_caps & FW_PORT_CAP32_ANEG); in t4_mc_getprop()
1495 t4_mac_link_caps_to_flowctrl(lc->link_caps, val); in t4_mc_getprop()
1499 t4_mac_link_caps_to_fec_cap(lc->link_caps, val); in t4_mc_getprop()
1515 *u = !!(lc->link_caps & FW_PORT_CAP32_SPEED_50G); in t4_mc_getprop()
[all …]
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dcommon.h506 fw_port_cap32_t link_caps; /* current link capabilities */ member
H A Dt4_hw.c9121 max_speed = t4_link_fwcap_to_speed(lc->link_caps); in t4_link_set_fec()
9356 lc->link_caps = 0; in t4_init_link_config()
9515 lpacaps != lc->lpacaps || linkattr != lc->link_caps) { in t4_handle_get_port_info()
9527 lc->link_caps = linkattr; in t4_handle_get_port_info()