Searched refs:V_FW_PORT_CMD_LSPEED (Results 1 – 2 of 2) sorted by relevance
4826 if (stat & V_FW_PORT_CMD_LSPEED(FW_PORT_CAP_SPEED_100M)) in t4_handle_fw_rpl()4828 else if (stat & V_FW_PORT_CMD_LSPEED(FW_PORT_CAP_SPEED_1G)) in t4_handle_fw_rpl()4830 else if (stat & V_FW_PORT_CMD_LSPEED(FW_PORT_CAP_SPEED_10G)) in t4_handle_fw_rpl()
5616 #define V_FW_PORT_CMD_LSPEED(x) ((x) << S_FW_PORT_CMD_LSPEED) macro