Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dt4_main.c3359 case FW_PORT_CAP32_SPEED_25G: in port_mword()
3387 case FW_PORT_CAP32_SPEED_25G: in port_mword()
3403 case FW_PORT_CAP32_SPEED_25G: in port_mword()
3424 case FW_PORT_CAP32_SPEED_25G: in port_mword()
/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h7198 #define FW_PORT_CAP32_SPEED_25G 0x00000008UL macro
7287 return ((caps & (FW_PORT_CAP32_SPEED_25G | FW_PORT_CAP32_SPEED_50G | in fec_supported()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c8861 linkattr |= FW_PORT_CAP32_SPEED_25G; in lstatus_to_fwcap()