Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/cxgbe/firmware/
Dt4fw_interface.h7219 #define M_FW_PORT_CAP32_SPEED 0xfff macro
7222 (((x) >> S_FW_PORT_CAP32_SPEED) & M_FW_PORT_CAP32_SPEED)
7269 (V_FW_PORT_CAP32_SPEED(M_FW_PORT_CAP32_SPEED) & __cap32)
/freebsd-12-stable/sys/dev/cxgbe/
Dt4_main.c2409 MPASS(speed & M_FW_PORT_CAP32_SPEED); in port_mword()
4828 MPASS(speed & M_FW_PORT_CAP32_SPEED); in build_medialist()
/freebsd-12-stable/sys/dev/cxgbe/common/
Dt4_hw.c3911 V_FW_PORT_CAP32_SPEED(M_FW_PORT_CAP32_SPEED); in t4_link_l1cfg()