Home
last modified time | relevance | path

Searched refs:nfp_net_hw (Results 1 – 6 of 6) sorted by relevance

/dpdk/drivers/net/nfp/
H A Dnfp_common.h118 struct nfp_net_hw *ports[NFP_MAX_PHYPORTS];
157 struct nfp_net_hw { struct
220 struct nfp_net_hw hw; argument
270 nn_cfg_readb(struct nfp_net_hw *hw, int off) in nn_cfg_readb()
276 nn_cfg_writeb(struct nfp_net_hw *hw, int off, uint8_t val) in nn_cfg_writeb()
282 nn_cfg_readl(struct nfp_net_hw *hw, int off) in nn_cfg_readl()
294 nn_cfg_readq(struct nfp_net_hw *hw, int off) in nn_cfg_readq()
360 void nfp_net_params_setup(struct nfp_net_hw *hw);
378 void nfp_net_params_setup(struct nfp_net_hw *hw);
379 void nfp_net_cfg_queue_setup(struct nfp_net_hw *hw);
[all …]
H A Dnfp_common.c145 struct nfp_net_hw *hw; in nfp_net_configure()
185 struct nfp_net_hw *hw; in nfp_net_enable_queues()
209 struct nfp_net_hw *hw; in nfp_net_disable_queues()
272 struct nfp_net_hw *hw; in nfp_set_mac_addr()
303 struct nfp_net_hw *hw; in nfp_configure_rx_interrupt()
346 struct nfp_net_hw *hw; in nfp_check_offloads()
406 struct nfp_net_hw *hw; in nfp_net_promisc_enable()
443 struct nfp_net_hw *hw; in nfp_net_promisc_disable()
478 struct nfp_net_hw *hw; in nfp_net_link_update()
529 struct nfp_net_hw *hw; in nfp_net_stats_get()
[all …]
H A Dnfp_ethdev.c67 struct nfp_net_hw *hw = NULL; in nfp_net_pf_read_mac()
87 struct nfp_net_hw *hw; in nfp_net_start()
207 struct nfp_net_hw *hw; in nfp_net_stop()
242 struct nfp_net_hw *hw; in nfp_net_set_link_up()
260 struct nfp_net_hw *hw; in nfp_net_set_link_down()
278 struct nfp_net_hw *hw; in nfp_net_close()
389 struct nfp_net_hw *hw; in nfp_net_init()
413 port = ((struct nfp_net_hw *)eth_dev->data->dev_private)->idx; in nfp_net_init()
706 struct nfp_net_hw *hw; in nfp_init_phyports()
736 rte_zmalloc_socket(port_name, sizeof(struct nfp_net_hw), in nfp_init_phyports()
H A Dnfp_rxtx.c153 struct nfp_net_hw *hw = rxq->hw; in nfp_net_set_hash()
240 struct nfp_net_hw *hw = rxq->hw; in nfp_net_rx_cksum()
297 struct nfp_net_hw *hw; in nfp_net_recv_pkts()
496 struct nfp_net_hw *hw; in nfp_net_rx_queue_setup()
686 struct nfp_net_hw *hw; in nfp_net_tx_queue_setup()
825 struct nfp_net_hw *hw = txq->hw; in nfp_net_tx_tso()
856 struct nfp_net_hw *hw = txq->hw; in nfp_net_tx_cksum()
884 struct nfp_net_hw *hw; in nfp_net_xmit_pkts()
H A Dnfp_rxtx.h88 struct nfp_net_hw *hw; /* Backpointer to nfp_net structure */
200 struct nfp_net_hw *hw; /* Backpointer to nfp_net structure */
H A Dnfp_ethdev_vf.c26 static void nfp_netvf_read_mac(struct nfp_net_hw *hw);
39 nfp_netvf_read_mac(struct nfp_net_hw *hw) in nfp_netvf_read_mac()
56 struct nfp_net_hw *hw; in nfp_netvf_start()
284 struct nfp_net_hw *hw; in nfp_netvf_init()