Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/cxgb4vf/ !
Dt4vf_hw.c1350 if (word & FW_PORT_CMD_LSPEED(FW_PORT_CAP_SPEED_100M)) in t4vf_handle_fw_rpl()
1352 else if (word & FW_PORT_CMD_LSPEED(FW_PORT_CAP_SPEED_1G)) in t4vf_handle_fw_rpl()
1354 else if (word & FW_PORT_CMD_LSPEED(FW_PORT_CAP_SPEED_10G)) in t4vf_handle_fw_rpl()
/linux-2.6.39/drivers/net/cxgb4/ !
Dt4_hw.c2662 if (stat & FW_PORT_CMD_LSPEED(FW_PORT_CAP_SPEED_100M)) in t4_handle_fw_rpl()
2664 else if (stat & FW_PORT_CMD_LSPEED(FW_PORT_CAP_SPEED_1G)) in t4_handle_fw_rpl()
2666 else if (stat & FW_PORT_CMD_LSPEED(FW_PORT_CAP_SPEED_10G)) in t4_handle_fw_rpl()
Dt4fw_api.h1207 #define FW_PORT_CMD_LSPEED(x) ((x) << 24) macro