Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/cxgbe/common/
Dt4_hw.c1882 unsigned int fc = 0, mdi = V_FW_PORT_CAP_MDI(FW_PORT_CAP_MDI_AUTO); in t4_link_start()
/freebsd-9-stable/sys/dev/cxgbe/firmware/
Dt4fw_interface.h5745 #define V_FW_PORT_CAP_MDI(x) ((x) << S_FW_PORT_CAP_MDI) macro