Home
last modified time | relevance | path

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

/f-stack/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.h189 #define assert_primary(nic) assert((nic)->sqs_mode == 0) argument
/f-stack/dpdk/drivers/net/octeontx/
H A Docteontx_ethdev.c107 octeontx_port_open(struct octeontx_nic *nic) in octeontx_port_open()
169 octeontx_link_status_update(struct octeontx_nic *nic, in octeontx_link_status_update()
211 struct octeontx_nic *nic = arg; in octeontx_link_status_poll() local
244 octeontx_port_close(struct octeontx_nic *nic) in octeontx_port_close()
254 octeontx_port_start(struct octeontx_nic *nic) in octeontx_port_start()
262 octeontx_port_stop(struct octeontx_nic *nic) in octeontx_port_stop()
324 octeontx_port_stats_clr(struct octeontx_nic *nic) in octeontx_port_stats_clr()
410 struct octeontx_nic *nic = octeontx_pmd_priv(dev); in octeontx_dev_configure() local
485 struct octeontx_nic *nic = octeontx_pmd_priv(dev); in octeontx_dev_close() local
1301 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
137 struct octeontx_nic *nic = octeontx_pmd_priv(dev); in octeontx_dev_vlan_offload_init() local
152 struct octeontx_nic *nic = octeontx_pmd_priv(dev); in octeontx_dev_vlan_offload_fini() local
179 struct octeontx_nic *nic = octeontx_pmd_priv(eth_dev); in octeontx_dev_set_link_up() local
197 struct octeontx_nic *nic = octeontx_pmd_priv(eth_dev); in octeontx_dev_set_link_down() local
211 struct octeontx_nic *nic = octeontx_pmd_priv(dev); in octeontx_dev_flow_ctrl_get() local
241 struct octeontx_nic *nic = octeontx_pmd_priv(dev); in octeontx_dev_flow_ctrl_set() local
300 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
/f-stack/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
201 struct nicvf *nic = nicvf_pmd_priv(dev); in nicvf_dev_get_regs() local
226 struct nicvf *nic = nicvf_pmd_priv(dev); in nicvf_dev_stats_get() local
318 struct nicvf *nic = nicvf_pmd_priv(dev); in nicvf_dev_supported_ptypes_get() local
355 struct nicvf *nic = nicvf_pmd_priv(dev); in nicvf_dev_stats_reset() local
1241 struct nicvf *nic = rxq->nic; in nicvf_rxq_mbuf_setup() local
[all …]
H A Dnicvf_ethdev.h79 nicvf_netdev_qidx(struct nicvf *nic, uint8_t local_qidx) in nicvf_netdev_qidx()
107 nicvf_tx_range(struct rte_eth_dev *dev, struct nicvf *nic, uint16_t *tx_start, in nicvf_tx_range()
121 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
/f-stack/freebsd/net/
H A Dieee_oui.h38 #define OUI_FREEBSD(nic) (OUI_FREEBSD_BASE | (nic)) argument
/f-stack/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()
/f-stack/dpdk/drivers/event/octeontx/
H A Dssovf_evdev.c388 const struct octeontx_nic *nic = eth_dev->data->dev_private; in ssovf_eth_rx_adapter_queue_add() local
492 const struct octeontx_nic *nic = eth_dev->data->dev_private; in ssovf_eth_rx_adapter_queue_del() local
/f-stack/dpdk/drivers/net/sfc/
H A Dsfc.h228 efx_nic_t *nic; member
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dfil.c7555 void *nic; local