Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Defx_mae.c91 if (MC_CMD_MAE_GET_OR_CAPS_OUT_LEN(field_ncaps) > in efx_mae_get_outer_rule_caps()
101 req.emr_out_length = MC_CMD_MAE_GET_OR_CAPS_OUT_LEN(field_ncaps); in efx_mae_get_outer_rule_caps()
113 MC_CMD_MAE_GET_OR_CAPS_OUT_LEN(mcdi_field_ncaps)) { in efx_mae_get_outer_rule_caps()
H A Defx_regs_mcdi.h26867 #define MC_CMD_MAE_GET_OR_CAPS_OUT_LEN(num) (4+4*(num)) macro