Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/cxgbe/common/
Dt4_hw.c7621 if (stat & V_FW_PORT_CMD_LSPEED(FW_PORT_CAP_SPEED_100M)) in handle_port_info()
7623 else if (stat & V_FW_PORT_CMD_LSPEED(FW_PORT_CAP_SPEED_1G)) in handle_port_info()
7625 else if (stat & V_FW_PORT_CMD_LSPEED(FW_PORT_CAP_SPEED_10G)) in handle_port_info()
7627 else if (stat & V_FW_PORT_CMD_LSPEED(FW_PORT_CAP_SPEED_25G)) in handle_port_info()
7629 else if (stat & V_FW_PORT_CMD_LSPEED(FW_PORT_CAP_SPEED_40G)) in handle_port_info()
7631 else if (stat & V_FW_PORT_CMD_LSPEED(FW_PORT_CAP_SPEED_100G)) in handle_port_info()
/freebsd-10-stable/contrib/ofed/libcxgb4/src/
Dt4fw_interface.h5910 #define V_FW_PORT_CMD_LSPEED(x) ((x) << S_FW_PORT_CMD_LSPEED) macro
/freebsd-10-stable/sys/dev/cxgbe/firmware/
Dt4fw_interface.h7440 #define V_FW_PORT_CMD_LSPEED(x) ((x) << S_FW_PORT_CMD_LSPEED) macro