Lines Matching refs:outlen
20 size_t outlen; in efx_mae_allocate_mport() local
33 outbuf, sizeof(outbuf), &outlen); in efx_mae_allocate_mport()
36 if (outlen < sizeof(outbuf)) in efx_mae_allocate_mport()
101 size_t outlen; in efx_mae_lookup_mport() local
106 outbuf, sizeof(outbuf), &outlen); in efx_mae_lookup_mport()
109 if (outlen < sizeof(outbuf)) in efx_mae_lookup_mport()
118 size_t outlen; in efx_mae_get_basic_caps() local
124 sizeof(outbuf), &outlen); in efx_mae_get_basic_caps()
127 if (outlen < sizeof(outbuf)) in efx_mae_get_basic_caps()
140 size_t outlen; in efx_mae_get_rule_fields() local
145 rc = efx_mcdi_rpc(efx, cmd, NULL, 0, outbuf, sizeof(outbuf), &outlen); in efx_mae_get_rule_fields()
155 if (i * sizeof(*outbuf) + MC_CMD_MAE_GET_AR_CAPS_OUT_FIELD_FLAGS_OFST < outlen) in efx_mae_get_rule_fields()
285 size_t outlen; in efx_mae_alloc_action_set() local
303 outbuf, sizeof(outbuf), &outlen); in efx_mae_alloc_action_set()
306 if (outlen < sizeof(outbuf)) in efx_mae_alloc_action_set()
323 size_t outlen; in efx_mae_free_action_set() local
328 outbuf, sizeof(outbuf), &outlen); in efx_mae_free_action_set()
331 if (outlen < sizeof(outbuf)) in efx_mae_free_action_set()
347 size_t inlen, outlen, i = 0; in efx_mae_alloc_action_set_list() local
377 outbuf, sizeof(outbuf), &outlen); in efx_mae_alloc_action_set_list()
380 if (outlen < sizeof(outbuf)) { in efx_mae_alloc_action_set_list()
402 size_t outlen; in efx_mae_free_action_set_list() local
412 sizeof(inbuf), outbuf, sizeof(outbuf), &outlen); in efx_mae_free_action_set_list()
415 if (outlen < sizeof(outbuf)) in efx_mae_free_action_set_list()
457 size_t outlen; in efx_mae_insert_rule() local
481 outbuf, sizeof(outbuf), &outlen); in efx_mae_insert_rule()
484 if (outlen < sizeof(outbuf)) in efx_mae_insert_rule()
494 size_t outlen; in efx_mae_delete_rule() local
499 outbuf, sizeof(outbuf), &outlen); in efx_mae_delete_rule()
502 if (outlen < sizeof(outbuf)) in efx_mae_delete_rule()