Home
last modified time | relevance | path

Searched refs:nfp_net_r_vector (Results 1 – 14 of 14) sorted by relevance

/Linux-v6.1/drivers/net/ethernet/netronome/nfp/nfd3/
Dxsk.c15 nfp_nfd3_xsk_tx_xdp(const struct nfp_net_dp *dp, struct nfp_net_r_vector *r_vec, in nfp_nfd3_xsk_tx_xdp()
64 struct nfp_net_r_vector *r_vec = rx_ring->r_vec; in nfp_nfd3_xsk_rx_skb()
118 struct nfp_net_r_vector *r_vec = rx_ring->r_vec; in nfp_nfd3_xsk_rx()
277 struct nfp_net_r_vector *r_vec = tx_ring->r_vec; in nfp_nfd3_xsk_complete()
335 struct nfp_net_r_vector *r_vec = tx_ring->r_vec; in nfp_nfd3_xsk_tx()
389 struct nfp_net_r_vector *r_vec = in nfp_nfd3_xsk_poll()
390 container_of(napi, struct nfp_net_r_vector, napi); in nfp_nfd3_xsk_poll()
Ddp.c73 nfp_nfd3_tx_tso(struct nfp_net_r_vector *r_vec, struct nfp_nfd3_tx_buf *txbuf, in nfp_nfd3_tx_tso()
119 nfp_nfd3_tx_csum(struct nfp_net_dp *dp, struct nfp_net_r_vector *r_vec, in nfp_nfd3_tx_csum()
240 struct nfp_net_r_vector *r_vec; in nfp_nfd3_tx()
399 struct nfp_net_r_vector *r_vec = tx_ring->r_vec; in nfp_nfd3_tx_complete()
484 struct nfp_net_r_vector *r_vec = tx_ring->r_vec; in nfp_nfd3_xdp_complete()
638 nfp_nfd3_rx_csum(const struct nfp_net_dp *dp, struct nfp_net_r_vector *r_vec, in nfp_nfd3_rx_csum()
778 nfp_nfd3_rx_drop(const struct nfp_net_dp *dp, struct nfp_net_r_vector *r_vec, in nfp_nfd3_rx_drop()
875 struct nfp_net_r_vector *r_vec = rx_ring->r_vec; in nfp_nfd3_rx()
1118 struct nfp_net_r_vector *r_vec = in nfp_nfd3_poll()
1119 container_of(napi, struct nfp_net_r_vector, napi); in nfp_nfd3_poll()
[all …]
Dnfd3.h88 nfp_nfd3_rx_csum(const struct nfp_net_dp *dp, struct nfp_net_r_vector *r_vec,
98 nfp_nfd3_ctrl_tx_one(struct nfp_net *nn, struct nfp_net_r_vector *r_vec,
Drings.c103 struct nfp_net_r_vector *r_vec = tx_ring->r_vec; in nfp_nfd3_tx_ring_free()
129 struct nfp_net_r_vector *r_vec = tx_ring->r_vec; in nfp_nfd3_tx_ring_alloc()
200 struct nfp_net_r_vector *r_vec, in nfp_nfd3_print_tx_descs()
/Linux-v6.1/drivers/net/ethernet/netronome/nfp/
Dnfp_net_dp.h146 bool (*ctrl_tx_one)(struct nfp_net *nn, struct nfp_net_r_vector *r_vec,
161 struct nfp_net_r_vector *r_vec,
207 struct nfp_net_r_vector *r_vec, in nfp_net_debugfs_print_tx_descs()
Dnfp_net_dp.c54 struct nfp_net_r_vector *r_vec, unsigned int idx, in nfp_net_tx_ring_init()
77 struct nfp_net_r_vector *r_vec, unsigned int idx) in nfp_net_rx_ring_init()
253 struct nfp_net_r_vector *r_vec = rx_ring->r_vec; in nfp_net_rx_ring_free()
427 struct nfp_net_r_vector *r_vec = &nn->r_vecs[0]; in __nfp_ctrl_tx()
434 struct nfp_net_r_vector *r_vec = &nn->r_vecs[0]; in nfp_ctrl_tx()
Dnfp_net.h104 struct nfp_net_r_vector;
160 struct nfp_net_r_vector *r_vec;
310 struct nfp_net_r_vector *r_vec;
380 struct nfp_net_r_vector { struct
637 struct nfp_net_r_vector r_vecs[NFP_NET_MAX_R_VECS];
946 nfp_net_tls_tx(struct nfp_net_dp *dp, struct nfp_net_r_vector *r_vec,
Dnfp_net_xsk.c59 struct nfp_net_r_vector *r_vec = rx_ring->r_vec; in nfp_net_xsk_rx_ring_fill_freelist()
89 void nfp_net_xsk_rx_drop(struct nfp_net_r_vector *r_vec, in nfp_net_xsk_rx_drop()
Dnfp_net_common.c443 struct nfp_net_r_vector *r_vec = data; in nfp_net_irq_rxtx()
462 struct nfp_net_r_vector *r_vec = data; in nfp_ctrl_irq_rxtx()
590 nfp_net_tls_tx(struct nfp_net_dp *dp, struct nfp_net_r_vector *r_vec, in nfp_net_tls_tx()
738 struct nfp_net_r_vector *r_vec; in nfp_net_vecs_init()
770 nfp_net_napi_add(struct nfp_net_dp *dp, struct nfp_net_r_vector *r_vec, int idx) in nfp_net_napi_add()
780 nfp_net_napi_del(struct nfp_net_dp *dp, struct nfp_net_r_vector *r_vec) in nfp_net_napi_del()
790 struct nfp_net_r_vector *r_vec, int idx) in nfp_net_vector_assign_rings()
812 nfp_net_prepare_vector(struct nfp_net *nn, struct nfp_net_r_vector *r_vec, in nfp_net_prepare_vector()
839 nfp_net_cleanup_vector(struct nfp_net *nn, struct nfp_net_r_vector *r_vec) in nfp_net_cleanup_vector()
1030 struct nfp_net_r_vector *r_vec; in nfp_net_close_stack()
[all …]
Dnfp_net_debugfs.c14 struct nfp_net_r_vector *r_vec = file->private; in nfp_rx_q_show()
82 struct nfp_net_r_vector *r_vec = file->private; in nfp_tx_q_show()
Dnfp_net_xsk.h30 void nfp_net_xsk_rx_drop(struct nfp_net_r_vector *r_vec,
/Linux-v6.1/drivers/net/ethernet/netronome/nfp/nfdk/
Ddp.c39 nfp_nfdk_tx_tso(struct nfp_net_r_vector *r_vec, struct nfp_nfdk_tx_buf *txbuf, in nfp_nfdk_tx_tso()
77 nfp_nfdk_tx_csum(struct nfp_net_dp *dp, struct nfp_net_r_vector *r_vec, in nfp_nfdk_tx_csum()
237 struct nfp_net_r_vector *r_vec; in nfp_nfdk_tx()
445 struct nfp_net_r_vector *r_vec = tx_ring->r_vec; in nfp_nfdk_tx_complete()
647 nfp_nfdk_rx_csum(struct nfp_net_dp *dp, struct nfp_net_r_vector *r_vec, in nfp_nfdk_rx_csum()
774 nfp_nfdk_rx_drop(const struct nfp_net_dp *dp, struct nfp_net_r_vector *r_vec, in nfp_nfdk_rx_drop()
800 struct nfp_net_r_vector *r_vec = tx_ring->r_vec; in nfp_nfdk_xdp_complete()
992 struct nfp_net_r_vector *r_vec = rx_ring->r_vec; in nfp_nfdk_rx()
1223 struct nfp_net_r_vector *r_vec = in nfp_nfdk_poll()
1224 container_of(napi, struct nfp_net_r_vector, napi); in nfp_nfdk_poll()
[all …]
Drings.c76 struct nfp_net_r_vector *r_vec = tx_ring->r_vec; in nfp_nfdk_tx_ring_free()
95 struct nfp_net_r_vector *r_vec = tx_ring->r_vec; in nfp_nfdk_tx_ring_alloc()
139 struct nfp_net_r_vector *r_vec, in nfp_nfdk_print_tx_descs()
Dnfdk.h123 nfp_nfdk_ctrl_tx_one(struct nfp_net *nn, struct nfp_net_r_vector *r_vec,