Lines Matching refs:outlen
92 size_t outlen; in efx_ef10_get_vf_index() local
96 sizeof(outbuf), &outlen); in efx_ef10_get_vf_index()
99 if (outlen < sizeof(outbuf)) in efx_ef10_get_vf_index()
111 size_t outlen; in efx_ef10_init_datapath_caps() local
117 outbuf, sizeof(outbuf), &outlen); in efx_ef10_init_datapath_caps()
120 if (outlen < MC_CMD_GET_CAPABILITIES_OUT_LEN) { in efx_ef10_init_datapath_caps()
129 if (outlen >= MC_CMD_GET_CAPABILITIES_V2_OUT_LEN) { in efx_ef10_init_datapath_caps()
153 if (outlen >= MC_CMD_GET_CAPABILITIES_V3_OUT_LEN) { in efx_ef10_init_datapath_caps()
167 if (outlen >= MC_CMD_GET_CAPABILITIES_V4_OUT_LEN) { in efx_ef10_init_datapath_caps()
188 size_t outlen; in efx_ef10_read_licensed_features() local
194 outbuf, sizeof(outbuf), &outlen); in efx_ef10_read_licensed_features()
195 if (rc || (outlen < MC_CMD_LICENSING_V3_OUT_LEN)) in efx_ef10_read_licensed_features()
328 size_t outlen; in efx_ef10_get_mac_address_pf() local
334 outbuf, sizeof(outbuf), &outlen); in efx_ef10_get_mac_address_pf()
337 if (outlen < MC_CMD_GET_MAC_ADDRESSES_OUT_LEN) in efx_ef10_get_mac_address_pf()
349 size_t outlen; in efx_ef10_get_mac_address_vf() local
355 sizeof(inbuf), outbuf, sizeof(outbuf), &outlen); in efx_ef10_get_mac_address_vf()
359 if (outlen < MC_CMD_VPORT_GET_MAC_ADDRESSES_OUT_LENMIN) in efx_ef10_get_mac_address_vf()
740 size_t outlen; in efx_ef10_alloc_piobufs() local
747 outbuf, sizeof(outbuf), &outlen); in efx_ef10_alloc_piobufs()
754 0, outbuf, outlen, rc); in efx_ef10_alloc_piobufs()
757 if (outlen < MC_CMD_ALLOC_PIOBUF_OUT_LEN) { in efx_ef10_alloc_piobufs()
990 size_t outlen; in efx_ef10_vadaptor_query() local
999 outbuf, sizeof(outbuf), &outlen); in efx_ef10_vadaptor_query()
1003 if (outlen < sizeof(outbuf)) { in efx_ef10_vadaptor_query()
2083 size_t offset, size_t outlen) in efx_ef10_mcdi_read_response() argument
2088 memcpy(outbuf, pdu + offset, outlen); in efx_ef10_mcdi_read_response()
3385 size_t outlen; in efx_ef10_poll_bist() local
3389 outbuf, sizeof(outbuf), &outlen); in efx_ef10_poll_bist()
3393 if (outlen < MC_CMD_POLL_BIST_OUT_LEN) in efx_ef10_poll_bist()
3489 size_t size, erase_size, outlen; in efx_ef10_mtd_probe_partition() local
3528 outbuf, sizeof(outbuf), &outlen); in efx_ef10_mtd_probe_partition()
3531 if (outlen < MC_CMD_NVRAM_METADATA_OUT_LENMIN) in efx_ef10_mtd_probe_partition()
3557 size_t outlen, n_parts_total, i, n_parts; in efx_ef10_mtd_probe() local
3565 outbuf, sizeof(outbuf), &outlen); in efx_ef10_mtd_probe()
3568 if (outlen < MC_CMD_NVRAM_PARTITIONS_OUT_LENMIN) in efx_ef10_mtd_probe()
3573 MCDI_VAR_ARRAY_LEN(outlen, NVRAM_PARTITIONS_OUT_TYPE_ID)) in efx_ef10_mtd_probe()
3778 size_t inlen, outlen; in efx_ef10_set_udp_tnl_ports() local
3827 inbuf, inlen, outbuf, sizeof(outbuf), &outlen); in efx_ef10_set_udp_tnl_ports()