Home
last modified time | relevance | path

Searched defs:nic (Results 1 – 17 of 17) sorted by relevance

/dpdk/drivers/net/thunderx/base/
H A Dnicvf_mbox.c112 nicvf_handle_mbx_intr(struct nicvf *nic) in nicvf_handle_mbx_intr()
193 nicvf_mbox_check_pf_ready(struct nicvf *nic) in nicvf_mbox_check_pf_ready()
201 nicvf_mbox_set_mac_addr(struct nicvf *nic, in nicvf_mbox_set_mac_addr()
229 nicvf_mbox_get_rss_size(struct nicvf *nic) in nicvf_mbox_get_rss_size()
241 nicvf_mbox_config_rss(struct nicvf *nic) in nicvf_mbox_config_rss()
273 nicvf_mbox_rq_config(struct nicvf *nic, uint16_t qidx, in nicvf_mbox_rq_config()
286 nicvf_mbox_sq_config(struct nicvf *nic, uint16_t qidx) in nicvf_mbox_sq_config()
315 nicvf_mbox_request_sqs(struct nicvf *nic) in nicvf_mbox_request_sqs()
366 nicvf_mbox_rq_sync(struct nicvf *nic) in nicvf_mbox_rq_sync()
427 nicvf_mbox_shutdown(struct nicvf *nic) in nicvf_mbox_shutdown()
[all …]
H A Dnicvf_hw.c109 nicvf_base_init(struct nicvf *nic) in nicvf_base_init()
130 nicvf_reg_dump(struct nicvf *nic, uint64_t *data) in nicvf_reg_dump()
234 nicvf_qset_config(struct nicvf *nic) in nicvf_qset_config()
241 nicvf_qset_reclaim(struct nicvf *nic) in nicvf_qset_reclaim()
270 nicvf_handle_qset_err_intr(struct nicvf *nic) in nicvf_handle_qset_err_intr()
329 nicvf_reg_poll_interrupts(struct nicvf *nic) in nicvf_reg_poll_interrupts()
719 nicvf_apad_config(struct nicvf *nic, bool enable) in nicvf_apad_config()
737 nicvf_rss_set_key(struct nicvf *nic, uint8_t *key) in nicvf_rss_set_key()
753 nicvf_rss_get_key(struct nicvf *nic, uint8_t *key) in nicvf_rss_get_key()
775 nicvf_rss_get_cfg(struct nicvf *nic) in nicvf_rss_get_cfg()
[all …]
H A Dnicvf_hw.h112 nicvf_reg_write(struct nicvf *nic, uint32_t offset, uint64_t val) in nicvf_reg_write()
118 nicvf_reg_read(struct nicvf *nic, uint32_t offset) in nicvf_reg_read()
124 nicvf_qset_base(struct nicvf *nic, uint32_t qidx) in nicvf_qset_base()
130 nicvf_queue_reg_write(struct nicvf *nic, uint32_t offset, uint32_t qidx, in nicvf_queue_reg_write()
137 nicvf_queue_reg_read(struct nicvf *nic, uint32_t offset, uint32_t qidx) in nicvf_queue_reg_read()
143 nicvf_disable_all_interrupts(struct nicvf *nic) in nicvf_disable_all_interrupts()
150 nicvf_hw_version(struct nicvf *nic) in nicvf_hw_version()
156 nicvf_hw_cap(struct nicvf *nic) in nicvf_hw_cap()
H A Dnicvf_hw_defs.h190 #define assert_primary(nic) assert((nic)->sqs_mode == 0) argument
/dpdk/drivers/net/octeontx/
H A Docteontx_ethdev.c108 octeontx_port_open(struct octeontx_nic *nic) in octeontx_port_open()
170 octeontx_link_status_update(struct octeontx_nic *nic, in octeontx_link_status_update()
212 struct octeontx_nic *nic = arg; in octeontx_link_status_poll() local
245 octeontx_port_close(struct octeontx_nic *nic) in octeontx_port_close()
255 octeontx_port_start(struct octeontx_nic *nic) in octeontx_port_start()
263 octeontx_port_stop(struct octeontx_nic *nic) in octeontx_port_stop()
325 octeontx_port_stats_clr(struct octeontx_nic *nic) in octeontx_port_stats_clr()
411 struct octeontx_nic *nic = octeontx_pmd_priv(dev); in octeontx_dev_configure() local
486 struct octeontx_nic *nic = octeontx_pmd_priv(dev); in octeontx_dev_close() local
1287 struct octeontx_nic *nic = NULL; in octeontx_create() local
[all …]
H A Docteontx_ethdev_ops.c12 octeontx_vlan_hw_filter(struct octeontx_nic *nic, uint8_t flag) in octeontx_vlan_hw_filter()
40 struct octeontx_nic *nic = octeontx_pmd_priv(dev); in octeontx_dev_vlan_offload_set() local
71 struct octeontx_nic *nic = octeontx_pmd_priv(dev); in octeontx_dev_vlan_filter_set() local
136 struct octeontx_nic *nic = octeontx_pmd_priv(dev); in octeontx_dev_vlan_offload_init() local
151 struct octeontx_nic *nic = octeontx_pmd_priv(dev); in octeontx_dev_vlan_offload_fini() local
178 struct octeontx_nic *nic = octeontx_pmd_priv(eth_dev); in octeontx_dev_set_link_up() local
196 struct octeontx_nic *nic = octeontx_pmd_priv(eth_dev); in octeontx_dev_set_link_down() local
210 struct octeontx_nic *nic = octeontx_pmd_priv(dev); in octeontx_dev_flow_ctrl_get() local
240 struct octeontx_nic *nic = octeontx_pmd_priv(dev); in octeontx_dev_flow_ctrl_set() local
299 struct octeontx_nic *nic = octeontx_pmd_priv(dev); in octeontx_dev_flow_ctrl_init() local
[all …]
H A Docteontx_rxtx.c61 struct octeontx_nic *nic = octeontx_pmd_priv(dev); in octeontx_set_tx_function() local
/dpdk/drivers/net/thunderx/
H A Dnicvf_ethdev.c59 nicvf_link_status_update(struct nicvf *nic, in nicvf_link_status_update()
78 struct nicvf *nic = nicvf_pmd_priv(dev); in nicvf_interrupt() local
99 struct nicvf *nic = arg; in nicvf_vf_interrupt() local
128 struct nicvf *nic = nicvf_pmd_priv(dev); in nicvf_dev_link_update() local
151 struct nicvf *nic = nicvf_pmd_priv(dev); in nicvf_dev_set_mtu() local
187 struct nicvf *nic = nicvf_pmd_priv(dev); in nicvf_dev_get_regs() local
212 struct nicvf *nic = nicvf_pmd_priv(dev); in nicvf_dev_stats_get() local
304 struct nicvf *nic = nicvf_pmd_priv(dev); in nicvf_dev_supported_ptypes_get() local
341 struct nicvf *nic = nicvf_pmd_priv(dev); in nicvf_dev_stats_reset() local
1226 struct nicvf *nic = rxq->nic; in nicvf_rxq_mbuf_setup() local
[all …]
H A Dnicvf_ethdev.h78 nicvf_netdev_qidx(struct nicvf *nic, uint8_t local_qidx) in nicvf_netdev_qidx()
106 nicvf_tx_range(struct rte_eth_dev *dev, struct nicvf *nic, uint16_t *tx_start, in nicvf_tx_range()
120 nicvf_rx_range(struct rte_eth_dev *dev, struct nicvf *nic, uint16_t *rx_start, in nicvf_rx_range()
H A Dnicvf_struct.h36 struct nicvf *nic; member
77 struct nicvf *nic; member
/dpdk/drivers/vdpa/sfc/
H A Dsfc_vdpa_filter.c29 sfc_vdpa_set_mac_filter(efx_nic_t *nic, efx_filter_spec_t *spec, in sfc_vdpa_set_mac_filter()
61 efx_nic_t *nic; in sfc_vdpa_filter_config() local
134 efx_nic_t *nic; in sfc_vdpa_filter_remove() local
H A Dsfc_vdpa_ops.c48 efx_nic_t *nic; in sfc_vdpa_get_device_features() local
325 efx_nic_t *nic; in sfc_vdpa_configure() local
793 efx_nic_t *nic; in sfc_vdpa_get_notify_area() local
H A Dsfc_vdpa.h58 efx_nic_t *nic; member
/dpdk/drivers/common/sfc_efx/
H A Dsfc_efx_mcdi.h55 efx_nic_t *nic; member
H A Dsfc_efx_mcdi.c269 uint32_t logtype, const char *log_prefix, efx_nic_t *nic, in sfc_efx_mcdi_init()
/dpdk/drivers/event/octeontx/
H A Dssovf_evdev.c391 const struct octeontx_nic *nic = eth_dev->data->dev_private; in ssovf_eth_rx_adapter_queue_add() local
495 const struct octeontx_nic *nic = eth_dev->data->dev_private; in ssovf_eth_rx_adapter_queue_del() local
/dpdk/drivers/net/sfc/
H A Dsfc.h233 efx_nic_t *nic; member