Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h7225 #define M_FW_PORT_CAP32_SPEED 0xfff macro
7228 (((x) >> S_FW_PORT_CAP32_SPEED) & M_FW_PORT_CAP32_SPEED)
7275 (V_FW_PORT_CAP32_SPEED(M_FW_PORT_CAP32_SPEED) & __cap32)
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c3316 MPASS(speed & M_FW_PORT_CAP32_SPEED); in port_mword()
5875 MPASS(speed & M_FW_PORT_CAP32_SPEED); in build_medialist()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c3902 V_FW_PORT_CAP32_SPEED(M_FW_PORT_CAP32_SPEED); in t4_link_l1cfg()