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