Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Defx_mae.c87 unsigned int mcdi_field_ncaps; in efx_mae_get_outer_rule_caps() local
110 mcdi_field_ncaps = MCDI_OUT_DWORD(req, MAE_GET_OR_CAPS_OUT_COUNT); 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()
118 if (mcdi_field_ncaps > field_ncaps) { in efx_mae_get_outer_rule_caps()
123 for (i = 0; i < mcdi_field_ncaps; ++i) { in efx_mae_get_outer_rule_caps()
169 unsigned int mcdi_field_ncaps; in efx_mae_get_action_rule_caps() local
192 mcdi_field_ncaps = MCDI_OUT_DWORD(req, MAE_GET_OR_CAPS_OUT_COUNT); 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()
200 if (mcdi_field_ncaps > field_ncaps) { in efx_mae_get_action_rule_caps()
205 for (i = 0; i < mcdi_field_ncaps; ++i) { in efx_mae_get_action_rule_caps()