Lines Matching refs:outbuf
100 MCDI_DECLARE_BUF(outbuf, MC_CMD_GET_CAPABILITIES_OUT_LEN); in efx_ef10_init_datapath_caps()
108 outbuf, sizeof(outbuf), &outlen); in efx_ef10_init_datapath_caps()
111 if (outlen < sizeof(outbuf)) { in efx_ef10_init_datapath_caps()
118 MCDI_DWORD(outbuf, GET_CAPABILITIES_OUT_FLAGS1); in efx_ef10_init_datapath_caps()
139 MCDI_DECLARE_BUF(outbuf, MC_CMD_GET_CLOCK_OUT_LEN); in efx_ef10_get_sysclk_freq()
143 outbuf, sizeof(outbuf), NULL); in efx_ef10_get_sysclk_freq()
146 rc = MCDI_DWORD(outbuf, GET_CLOCK_OUT_SYS_FREQ); in efx_ef10_get_sysclk_freq()
152 MCDI_DECLARE_BUF(outbuf, MC_CMD_GET_MAC_ADDRESSES_OUT_LEN); in efx_ef10_get_mac_address()
159 outbuf, sizeof(outbuf), &outlen); in efx_ef10_get_mac_address()
166 MCDI_PTR(outbuf, GET_MAC_ADDRESSES_OUT_MAC_ADDR_BASE)); in efx_ef10_get_mac_address()
284 MCDI_DECLARE_BUF_OUT_OR_ERR(outbuf, 0); in efx_ef10_free_vis()
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()
323 MCDI_DECLARE_BUF(outbuf, MC_CMD_ALLOC_PIOBUF_OUT_LEN); in efx_ef10_alloc_piobufs()
332 outbuf, sizeof(outbuf), &outlen); in efx_ef10_alloc_piobufs()
340 MCDI_DWORD(outbuf, ALLOC_PIOBUF_OUT_PIOBUF_HANDLE); in efx_ef10_alloc_piobufs()
502 MCDI_DECLARE_BUF(outbuf, MC_CMD_ALLOC_VIS_OUT_LEN); in efx_ef10_alloc_vis()
510 outbuf, sizeof(outbuf), &outlen); in efx_ef10_alloc_vis()
518 MCDI_DWORD(outbuf, ALLOC_VIS_OUT_VI_BASE)); in efx_ef10_alloc_vis()
520 nic_data->vi_base = MCDI_DWORD(outbuf, ALLOC_VIS_OUT_VI_BASE); in efx_ef10_alloc_vis()
521 nic_data->n_allocated_vis = MCDI_DWORD(outbuf, ALLOC_VIS_OUT_VI_COUNT); in efx_ef10_alloc_vis()
1094 efx_ef10_mcdi_read_response(struct efx_nic *efx, efx_dword_t *outbuf, in efx_ef10_mcdi_read_response() argument
1100 memcpy(outbuf, pdu + offset, outlen); in efx_ef10_mcdi_read_response()
1235 MCDI_DECLARE_BUF(outbuf, MC_CMD_INIT_TXQ_OUT_LEN); in efx_ef10_tx_init()
1269 outbuf, sizeof(outbuf), &outlen); in efx_ef10_tx_init()
1302 MCDI_DECLARE_BUF(outbuf, MC_CMD_FINI_TXQ_OUT_LEN); in efx_ef10_tx_fini()
1311 outbuf, sizeof(outbuf), &outlen); in efx_ef10_tx_fini()
1320 outbuf, outlen, rc); in efx_ef10_tx_fini()
1386 MCDI_DECLARE_BUF(outbuf, MC_CMD_RSS_CONTEXT_ALLOC_OUT_LEN); in efx_ef10_alloc_rss_context()
1398 outbuf, sizeof(outbuf), &outlen); in efx_ef10_alloc_rss_context()
1405 *context = MCDI_DWORD(outbuf, RSS_CONTEXT_ALLOC_OUT_RSS_CONTEXT_ID); in efx_ef10_alloc_rss_context()
1501 MCDI_DECLARE_BUF(outbuf, MC_CMD_INIT_RXQ_OUT_LEN); in efx_ef10_rx_init()
1537 outbuf, sizeof(outbuf), &outlen); in efx_ef10_rx_init()
1546 MCDI_DECLARE_BUF(outbuf, MC_CMD_FINI_RXQ_OUT_LEN); in efx_ef10_rx_fini()
1555 outbuf, sizeof(outbuf), &outlen); in efx_ef10_rx_fini()
1564 outbuf, outlen, rc); in efx_ef10_rx_fini()
1637 int rc, efx_dword_t *outbuf, in efx_ef10_rx_defer_refill_complete() argument
1656 MCDI_DECLARE_BUF(outbuf, MC_CMD_INIT_EVQ_OUT_LEN); in efx_ef10_ev_init()
1700 outbuf, sizeof(outbuf), &outlen); in efx_ef10_ev_init()
1708 MCDI_DECLARE_BUF(outbuf, MC_CMD_FINI_EVQ_OUT_LEN); in efx_ef10_ev_fini()
1716 outbuf, sizeof(outbuf), &outlen); in efx_ef10_ev_fini()
1725 outbuf, outlen, rc); in efx_ef10_ev_fini()
2317 MCDI_DECLARE_BUF(outbuf, MC_CMD_FILTER_OP_OUT_LEN); in efx_ef10_filter_push()
2322 outbuf, sizeof(outbuf), NULL); in efx_ef10_filter_push()
2324 *handle = MCDI_QWORD(outbuf, FILTER_OP_OUT_HANDLE); in efx_ef10_filter_push()
2881 int rc, efx_dword_t *outbuf, in efx_ef10_filter_rfs_insert_complete() argument
2898 MCDI_QWORD(outbuf, FILTER_OP_OUT_HANDLE); in efx_ef10_filter_rfs_insert_complete()
2914 int rc, efx_dword_t *outbuf,
2949 int rc, efx_dword_t *outbuf, in efx_ef10_filter_rfs_expire_complete() argument
3003 MCDI_DECLARE_BUF(outbuf, MC_CMD_GET_PARSER_DISP_INFO_OUT_LENMAX); in efx_ef10_filter_table_probe()
3017 inbuf, sizeof(inbuf), outbuf, sizeof(outbuf), in efx_ef10_filter_table_probe()
3028 outbuf, in efx_ef10_filter_table_probe()
3308 MCDI_DECLARE_BUF(outbuf, MC_CMD_POLL_BIST_OUT_LEN); in efx_ef10_poll_bist()
3313 outbuf, sizeof(outbuf), &outlen); in efx_ef10_poll_bist()
3320 result = MCDI_DWORD(outbuf, POLL_BIST_OUT_RESULT); in efx_ef10_poll_bist()
3400 MCDI_DECLARE_BUF(outbuf, MC_CMD_NVRAM_METADATA_OUT_LENMAX); in efx_ef10_mtd_probe_partition()
3426 outbuf, sizeof(outbuf), &outlen); in efx_ef10_mtd_probe_partition()
3431 if (MCDI_DWORD(outbuf, NVRAM_METADATA_OUT_FLAGS) & in efx_ef10_mtd_probe_partition()
3433 part->fw_subtype = MCDI_DWORD(outbuf, in efx_ef10_mtd_probe_partition()
3449 MCDI_DECLARE_BUF(outbuf, MC_CMD_NVRAM_PARTITIONS_OUT_LENMAX); in efx_ef10_mtd_probe()
3459 outbuf, sizeof(outbuf), &outlen); in efx_ef10_mtd_probe()
3465 n_parts_total = MCDI_DWORD(outbuf, NVRAM_PARTITIONS_OUT_NUM_PARTITIONS); in efx_ef10_mtd_probe()
3476 type = MCDI_ARRAY_DWORD(outbuf, NVRAM_PARTITIONS_OUT_TYPE_ID, in efx_ef10_mtd_probe()