Lines Matching refs:outlen

25 	size_t outlen;  in efx_mae_allocate_mport()  local
38 outbuf, sizeof(outbuf), &outlen); in efx_mae_allocate_mport()
41 if (outlen < sizeof(outbuf)) in efx_mae_allocate_mport()
106 size_t outlen; in efx_mae_fw_lookup_mport() local
111 outbuf, sizeof(outbuf), &outlen); in efx_mae_fw_lookup_mport()
114 if (outlen < sizeof(outbuf)) in efx_mae_fw_lookup_mport()
125 size_t outlen; in efx_mae_start_counters() local
136 inbuf, sizeof(inbuf), outbuf, sizeof(outbuf), &outlen); in efx_mae_start_counters()
139 if (outlen < sizeof(outbuf)) in efx_mae_start_counters()
174 size_t outlen; in efx_mae_stop_counters() local
180 inbuf, sizeof(inbuf), outbuf, sizeof(outbuf), &outlen); in efx_mae_stop_counters()
187 for (i = 0; (i < (outlen / 4)) && (i < EFX_TC_COUNTER_TYPE_MAX); i++) { in efx_mae_stop_counters()
238 size_t outlen; in efx_mae_table_get_desc() local
247 outbuf, sizeof(outbuf), &outlen); in efx_mae_table_get_desc()
250 if (outlen < MC_CMD_TABLE_DESCRIPTOR_OUT_LEN(1)) { in efx_mae_table_get_desc()
283 outlen = min(outlen, sizeof(outbuf)); in efx_mae_table_get_desc()
288 if (outlen < MC_CMD_TABLE_DESCRIPTOR_OUT_LEN(i + 1)) { in efx_mae_table_get_desc()
411 size_t outlen, msg_max; in efx_mae_check_table_exists() local
421 msg_max, &outlen); in efx_mae_check_table_exists()
425 if (outlen < MC_CMD_TABLE_LIST_OUT_LEN(1)) in efx_mae_check_table_exists()
429 tbl_cnt = MC_CMD_TABLE_LIST_OUT_TABLE_ID_NUM(min(outlen, msg_max)); in efx_mae_check_table_exists()
484 size_t outlen; in efx_mae_get_basic_caps() local
490 sizeof(outbuf), &outlen); in efx_mae_get_basic_caps()
493 if (outlen < sizeof(outbuf)) in efx_mae_get_basic_caps()
507 size_t outlen; in efx_mae_get_rule_fields() local
518 rc = efx_mcdi_rpc(efx, cmd, NULL, 0, outbuf, sizeof(outbuf), &outlen); in efx_mae_get_rule_fields()
532 if (i * sizeof(*outbuf) + MC_CMD_MAE_GET_AR_CAPS_OUT_FIELD_FLAGS_OFST < outlen) in efx_mae_get_rule_fields()
893 size_t outlen; in efx_mae_allocate_counter() local
902 outbuf, sizeof(outbuf), &outlen); in efx_mae_allocate_counter()
906 if (outlen < sizeof(outbuf)) in efx_mae_allocate_counter()
917 size_t outlen; in efx_mae_free_counter() local
924 outbuf, sizeof(outbuf), &outlen); in efx_mae_free_counter()
928 if (outlen < sizeof(outbuf)) in efx_mae_free_counter()
959 size_t inlen, outlen; in efx_mae_allocate_encap_md() local
973 inlen, outbuf, sizeof(outbuf), &outlen); in efx_mae_allocate_encap_md()
976 if (outlen < sizeof(outbuf)) in efx_mae_allocate_encap_md()
1012 size_t outlen; in efx_mae_free_encap_md() local
1017 sizeof(inbuf), outbuf, sizeof(outbuf), &outlen); in efx_mae_free_encap_md()
1020 if (outlen < sizeof(outbuf)) in efx_mae_free_encap_md()
1139 size_t outlen, stride, count; in efx_mae_enumerate_mports() local
1147 MCDI_MPORT_JOURNAL_LEN, &outlen); in efx_mae_enumerate_mports()
1150 if (outlen < MC_CMD_MAE_MPORT_READ_JOURNAL_OUT_MPORT_DESC_DATA_OFST) { in efx_mae_enumerate_mports()
1162 if (outlen < MC_CMD_MAE_MPORT_READ_JOURNAL_OUT_LEN(count * stride)) { in efx_mae_enumerate_mports()
1237 size_t outlen; in efx_mae_allocate_pedit_mac() local
1245 outbuf, sizeof(outbuf), &outlen); in efx_mae_allocate_pedit_mac()
1248 if (outlen < sizeof(outbuf)) in efx_mae_allocate_pedit_mac()
1267 size_t outlen; in efx_mae_free_pedit_mac() local
1272 sizeof(inbuf), outbuf, sizeof(outbuf), &outlen); in efx_mae_free_pedit_mac()
1273 if (rc || outlen < sizeof(outbuf)) in efx_mae_free_pedit_mac()
1291 size_t outlen; in efx_mae_alloc_action_set() local
1346 outbuf, sizeof(outbuf), &outlen); in efx_mae_alloc_action_set()
1349 if (outlen < sizeof(outbuf)) in efx_mae_alloc_action_set()
1366 size_t outlen; in efx_mae_free_action_set() local
1371 outbuf, sizeof(outbuf), &outlen); in efx_mae_free_action_set()
1374 if (outlen < sizeof(outbuf)) in efx_mae_free_action_set()
1390 size_t inlen, outlen, i = 0; in efx_mae_alloc_action_set_list() local
1420 outbuf, sizeof(outbuf), &outlen); in efx_mae_alloc_action_set_list()
1423 if (outlen < sizeof(outbuf)) { in efx_mae_alloc_action_set_list()
1445 size_t outlen; in efx_mae_free_action_set_list() local
1455 sizeof(inbuf), outbuf, sizeof(outbuf), &outlen); in efx_mae_free_action_set_list()
1458 if (outlen < sizeof(outbuf)) in efx_mae_free_action_set_list()
1480 size_t outlen; in efx_mae_register_encap_match() local
1536 sizeof(inbuf), outbuf, sizeof(outbuf), &outlen); in efx_mae_register_encap_match()
1539 if (outlen < sizeof(outbuf)) in efx_mae_register_encap_match()
1550 size_t outlen; in efx_mae_unregister_encap_match() local
1555 sizeof(inbuf), outbuf, sizeof(outbuf), &outlen); in efx_mae_unregister_encap_match()
1558 if (outlen < sizeof(outbuf)) in efx_mae_unregister_encap_match()
1696 size_t outlen; in efx_mae_insert_lhs_outer_rule() local
1728 sizeof(inbuf), outbuf, sizeof(outbuf), &outlen); in efx_mae_insert_lhs_outer_rule()
1731 if (outlen < sizeof(outbuf)) in efx_mae_insert_lhs_outer_rule()
1748 size_t outlen; in efx_mae_remove_lhs_outer_rule() local
1753 sizeof(inbuf), outbuf, sizeof(outbuf), &outlen); in efx_mae_remove_lhs_outer_rule()
1756 if (outlen < sizeof(outbuf)) in efx_mae_remove_lhs_outer_rule()
2181 size_t outlen; in efx_mae_insert_rule() local
2205 outbuf, sizeof(outbuf), &outlen); in efx_mae_insert_rule()
2208 if (outlen < sizeof(outbuf)) in efx_mae_insert_rule()
2241 size_t outlen; in efx_mae_delete_rule() local
2246 outbuf, sizeof(outbuf), &outlen); in efx_mae_delete_rule()
2249 if (outlen < sizeof(outbuf)) in efx_mae_delete_rule()