Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/cxgbe/
HDt4_main.c3422 case FW_PORT_CAP32_SPEED_50G: in port_mword()
3450 case FW_PORT_CAP32_SPEED_50G: in port_mword()
3466 case FW_PORT_CAP32_SPEED_50G: in port_mword()
3487 case FW_PORT_CAP32_SPEED_50G: in port_mword()
/freebsd-13-stable/sys/dev/cxgbe/common/
HDt4_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-13-stable/sys/dev/cxgbe/firmware/
HDt4fw_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()