Searched refs:MC_CMD_TABLE_LIST_OUT_LEN (Results 1 – 2 of 2) sorted by relevance
408 MCDI_DECLARE_BUF(outbuf, MC_CMD_TABLE_LIST_OUT_LEN(16)); in efx_mae_check_table_exists()425 if (outlen < MC_CMD_TABLE_LIST_OUT_LEN(1)) in efx_mae_check_table_exists()
29377 #define MC_CMD_TABLE_LIST_OUT_LEN(num) (4+4*(num)) macro