Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_hw.c1515 if (stat & FW_PORT_CMD_LSPEED_V(FW_PORT_CAP_SPEED_100M)) in t4vf_handle_fw_rpl()
1517 else if (stat & FW_PORT_CMD_LSPEED_V(FW_PORT_CAP_SPEED_1G)) in t4vf_handle_fw_rpl()
1519 else if (stat & FW_PORT_CMD_LSPEED_V(FW_PORT_CAP_SPEED_10G)) in t4vf_handle_fw_rpl()
1521 else if (stat & FW_PORT_CMD_LSPEED_V(FW_PORT_CAP_SPEED_40G)) in t4vf_handle_fw_rpl()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c6884 if (stat & FW_PORT_CMD_LSPEED_V(FW_PORT_CAP_SPEED_100M)) in t4_handle_fw_rpl()
6886 else if (stat & FW_PORT_CMD_LSPEED_V(FW_PORT_CAP_SPEED_1G)) in t4_handle_fw_rpl()
6888 else if (stat & FW_PORT_CMD_LSPEED_V(FW_PORT_CAP_SPEED_10G)) in t4_handle_fw_rpl()
6890 else if (stat & FW_PORT_CMD_LSPEED_V(FW_PORT_CAP_SPEED_40G)) in t4_handle_fw_rpl()
Dt4fw_api.h2472 #define FW_PORT_CMD_LSPEED_V(x) ((x) << FW_PORT_CMD_LSPEED_S) macro