Lines Matching refs:outlen

102 	size_t outlen;  in efx_ef10_init_datapath_caps()  local
108 outbuf, sizeof(outbuf), &outlen); in efx_ef10_init_datapath_caps()
111 if (outlen < sizeof(outbuf)) { in efx_ef10_init_datapath_caps()
153 size_t outlen; in efx_ef10_get_mac_address() local
159 outbuf, sizeof(outbuf), &outlen); in efx_ef10_get_mac_address()
162 if (outlen < MC_CMD_GET_MAC_ADDRESSES_OUT_LEN) in efx_ef10_get_mac_address()
285 size_t outlen; in efx_ef10_free_vis() local
287 outbuf, sizeof(outbuf), &outlen); in efx_ef10_free_vis()
293 efx_mcdi_display_error(efx, MC_CMD_FREE_VIS, 0, outbuf, outlen, in efx_ef10_free_vis()
325 size_t outlen; in efx_ef10_alloc_piobufs() local
332 outbuf, sizeof(outbuf), &outlen); in efx_ef10_alloc_piobufs()
335 if (outlen < MC_CMD_ALLOC_PIOBUF_OUT_LEN) { in efx_ef10_alloc_piobufs()
504 size_t outlen; in efx_ef10_alloc_vis() local
510 outbuf, sizeof(outbuf), &outlen); in efx_ef10_alloc_vis()
514 if (outlen < MC_CMD_ALLOC_VIS_OUT_LEN) in efx_ef10_alloc_vis()
1095 size_t offset, size_t outlen) in efx_ef10_mcdi_read_response() argument
1100 memcpy(outbuf, pdu + offset, outlen); in efx_ef10_mcdi_read_response()
1240 size_t inlen, outlen; in efx_ef10_tx_init() local
1269 outbuf, sizeof(outbuf), &outlen); in efx_ef10_tx_init()
1304 size_t outlen; in efx_ef10_tx_fini() local
1311 outbuf, sizeof(outbuf), &outlen); in efx_ef10_tx_fini()
1320 outbuf, outlen, rc); in efx_ef10_tx_fini()
1387 size_t outlen; in efx_ef10_alloc_rss_context() local
1398 outbuf, sizeof(outbuf), &outlen); in efx_ef10_alloc_rss_context()
1402 if (outlen < MC_CMD_RSS_CONTEXT_ALLOC_OUT_LEN) in efx_ef10_alloc_rss_context()
1505 size_t inlen, outlen; in efx_ef10_rx_init() local
1537 outbuf, sizeof(outbuf), &outlen); in efx_ef10_rx_init()
1548 size_t outlen; in efx_ef10_rx_fini() local
1555 outbuf, sizeof(outbuf), &outlen); in efx_ef10_rx_fini()
1564 outbuf, outlen, rc); in efx_ef10_rx_fini()
1661 size_t inlen, outlen; in efx_ef10_ev_init() local
1700 outbuf, sizeof(outbuf), &outlen); in efx_ef10_ev_init()
1710 size_t outlen; in efx_ef10_ev_fini() local
1716 outbuf, sizeof(outbuf), &outlen); in efx_ef10_ev_fini()
1725 outbuf, outlen, rc); in efx_ef10_ev_fini()
3006 size_t outlen; in efx_ef10_filter_table_probe() local
3018 &outlen); in efx_ef10_filter_table_probe()
3022 outlen, GET_PARSER_DISP_INFO_OUT_SUPPORTED_MATCHES); in efx_ef10_filter_table_probe()
3309 size_t outlen; in efx_ef10_poll_bist() local
3313 outbuf, sizeof(outbuf), &outlen); in efx_ef10_poll_bist()
3317 if (outlen < MC_CMD_POLL_BIST_OUT_LEN) in efx_ef10_poll_bist()
3402 size_t size, erase_size, outlen; in efx_ef10_mtd_probe_partition() local
3426 outbuf, sizeof(outbuf), &outlen); in efx_ef10_mtd_probe_partition()
3429 if (outlen < MC_CMD_NVRAM_METADATA_OUT_LENMIN) in efx_ef10_mtd_probe_partition()
3451 size_t outlen, n_parts_total, i, n_parts; in efx_ef10_mtd_probe() local
3459 outbuf, sizeof(outbuf), &outlen); in efx_ef10_mtd_probe()
3462 if (outlen < MC_CMD_NVRAM_PARTITIONS_OUT_LENMIN) in efx_ef10_mtd_probe()
3467 MCDI_VAR_ARRAY_LEN(outlen, NVRAM_PARTITIONS_OUT_TYPE_ID)) in efx_ef10_mtd_probe()