Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Defx_mae.c173 if (MC_CMD_MAE_GET_AR_CAPS_OUT_LEN(field_ncaps) > in efx_mae_get_action_rule_caps()
183 req.emr_out_length = MC_CMD_MAE_GET_AR_CAPS_OUT_LEN(field_ncaps); in efx_mae_get_action_rule_caps()
195 MC_CMD_MAE_GET_AR_CAPS_OUT_LEN(mcdi_field_ncaps)) { in efx_mae_get_action_rule_caps()
H A Defx_regs_mcdi.h26835 #define MC_CMD_MAE_GET_AR_CAPS_OUT_LEN(num) (4+4*(num)) macro