Home
last modified time | relevance | path

Searched refs:out_buffer (Results 1 – 5 of 5) sorted by relevance

/dpdk/drivers/net/iavf/
H A Diavf_vchnl.c188 args->out_buffer); in iavf_execute_vf_cmd()
209 args->out_buffer); in iavf_execute_vf_cmd()
399 args.out_buffer = vf->aq_resp; in iavf_enable_vlan_strip()
420 args.out_buffer = vf->aq_resp; in iavf_disable_vlan_strip()
448 args.out_buffer = vf->aq_resp; in iavf_check_api_version()
493 args.out_buffer = vf->aq_resp; in iavf_get_vf_resource()
553 args.out_buffer = vf->aq_resp; in iavf_get_supported_rxdid()
598 args.out_buffer = vf->aq_resp; in iavf_config_vlan_strip_v2()
638 args.out_buffer = vf->aq_resp; in iavf_config_vlan_insert_v2()
681 args.out_buffer = vf->aq_resp; in iavf_add_del_vlan_v2()
[all …]
H A Diavf.h361 uint8_t *out_buffer; /* buffer for response */ member
/dpdk/drivers/event/dsw/
H A Ddsw_evdev.h210 struct rte_event out_buffer[DSW_MAX_PORTS][DSW_MAX_PORT_OUT_BUFFER]; member
H A Ddsw_evdev.c314 dsw_port_drain_buf(dev_id, port->out_buffer[dport_id], in dsw_port_drain_out()
H A Ddsw_event.c572 struct rte_event *buffer = source_port->out_buffer[dest_port_id]; in dsw_port_transmit_buffered()
615 struct rte_event *buffer = source_port->out_buffer[dest_port_id]; in dsw_port_buffer_non_paused()