Home
last modified time | relevance | path

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

/dpdk/drivers/common/sfc_efx/base/
H A Defx_mae.c92 unsigned int mcdi_field_ncaps; in efx_mae_get_outer_rule_caps() local
120 mcdi_field_ncaps = MCDI_OUT_DWORD(req, MAE_GET_OR_CAPS_OUT_COUNT); in efx_mae_get_outer_rule_caps()
123 MC_CMD_MAE_GET_OR_CAPS_OUT_LEN(mcdi_field_ncaps)) { in efx_mae_get_outer_rule_caps()
128 if (mcdi_field_ncaps > field_ncaps) { in efx_mae_get_outer_rule_caps()
133 for (i = 0; i < mcdi_field_ncaps; ++i) { in efx_mae_get_outer_rule_caps()
181 unsigned int mcdi_field_ncaps; in efx_mae_get_action_rule_caps() local
209 mcdi_field_ncaps = MCDI_OUT_DWORD(req, MAE_GET_AR_CAPS_OUT_COUNT); in efx_mae_get_action_rule_caps()
212 MC_CMD_MAE_GET_AR_CAPS_OUT_LEN(mcdi_field_ncaps)) { in efx_mae_get_action_rule_caps()
217 if (mcdi_field_ncaps > field_ncaps) { in efx_mae_get_action_rule_caps()
222 for (i = 0; i < mcdi_field_ncaps; ++i) { in efx_mae_get_action_rule_caps()