Home
last modified time | relevance | path

Searched refs:V_FW_PORT_CAP32_MDI (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c3882 unsigned int mdi = V_FW_PORT_CAP32_MDI(FW_PORT_CAP32_MDI_AUTO); in t4_link_l1cfg()
/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h7263 #define V_FW_PORT_CAP32_MDI(x) ((x) << S_FW_PORT_CAP32_MDI) macro