Searched refs:FW_PORT_CAP32_SPEED_40G (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_mac.c | 159 { FW_PORT_CAP32_SPEED_40G, ETHER_MEDIA_40GBASE_KR4 }, 168 { FW_PORT_CAP32_SPEED_40G, ETHER_MEDIA_40GBASE_LR4 }, 177 { FW_PORT_CAP32_SPEED_40G, ETHER_MEDIA_40GBASE_SR4 }, 185 { FW_PORT_CAP32_SPEED_40G, ETHER_MEDIA_40GBASE_ER4 }, 193 { FW_PORT_CAP32_SPEED_40G, ETHER_MEDIA_40GBASE_CR4 }, 202 { FW_PORT_CAP32_SPEED_40G, ETHER_MEDIA_40GBASE_ACC4 }, 442 *val = !!(lc->pcaps & FW_PORT_CAP32_SPEED_40G); in t4_mc_getstat() 527 *val = !!(lc->admin_caps & FW_PORT_CAP32_SPEED_40G); in t4_mc_getstat() 595 *val = !!(lc->lpacaps & FW_PORT_CAP32_SPEED_40G); in t4_mc_getstat() 1375 rc = t4_link_set_speed(pi, FW_PORT_CAP32_SPEED_40G, v8, in t4_mc_setprop() [all …]
|
H A D | adapter.h | 788 return ((pi->link_cfg.pcaps & FW_PORT_CAP32_SPEED_40G) != 0); in is_40G_port()
|
/illumos-gate/usr/src/uts/common/io/cxgbe/common/ |
H A D | t4_hw.c | 9413 linkattr |= FW_PORT_CAP32_SPEED_40G; in lstatus_to_fwcap()
|
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/ |
H A D | t4fw_interface.h | 7193 #define FW_PORT_CAP32_SPEED_40G 0x00000010UL macro
|