Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dt4_main.c3425 case FW_PORT_CAP32_SPEED_50G: in port_mword()
3453 case FW_PORT_CAP32_SPEED_50G: in port_mword()
3469 case FW_PORT_CAP32_SPEED_50G: in port_mword()
3490 case FW_PORT_CAP32_SPEED_50G: in port_mword()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c3928 } else if (speed & FW_PORT_CAP32_SPEED_50G) { in t4_link_l1cfg()
3954 } else if (speed & FW_PORT_CAP32_SPEED_50G) { in t4_link_l1cfg()
/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h7200 #define FW_PORT_CAP32_SPEED_50G 0x00000020UL macro
7287 return ((caps & (FW_PORT_CAP32_SPEED_25G | FW_PORT_CAP32_SPEED_50G | in fec_supported()