Home
last modified time | relevance | path

Searched refs:MC_CMD_TABLE_LIST_OUT_LEN (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/sfc/
Dmae.c408 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()
Dmcdi_pcol.h29377 #define MC_CMD_TABLE_LIST_OUT_LEN(num) (4+4*(num)) macro