Home
last modified time | relevance | path

Searched refs:nfp_net_r_vector (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/nfd3/
H A 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()
H A Ddp.c74 nfp_nfd3_tx_tso(struct nfp_net_r_vector *r_vec, struct nfp_nfd3_tx_buf *txbuf, in nfp_nfd3_tx_tso()
120 nfp_nfd3_tx_csum(struct nfp_net_dp *dp, struct nfp_net_r_vector *r_vec, in nfp_nfd3_tx_csum()
257 struct nfp_net_r_vector *r_vec; in nfp_nfd3_tx()
420 struct nfp_net_r_vector *r_vec = tx_ring->r_vec; in nfp_nfd3_tx_complete()
505 struct nfp_net_r_vector *r_vec = tx_ring->r_vec; in nfp_nfd3_xdp_complete()
659 nfp_nfd3_rx_csum(const struct nfp_net_dp *dp, struct nfp_net_r_vector *r_vec, in nfp_nfd3_rx_csum()
808 nfp_nfd3_rx_drop(const struct nfp_net_dp *dp, struct nfp_net_r_vector *r_vec, in nfp_nfd3_rx_drop()
905 struct nfp_net_r_vector *r_vec = rx_ring->r_vec; in nfp_nfd3_rx()
1154 struct nfp_net_r_vector *r_vec = in nfp_nfd3_poll()
1155 container_of(napi, struct nfp_net_r_vector, nap in nfp_nfd3_poll()
[all...]
H A 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,
H A 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()
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/
H A 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()
H A 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()
H A 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()
H A Dnfp_net.h107 struct nfp_net_r_vector;
163 struct nfp_net_r_vector *r_vec;
317 struct nfp_net_r_vector *r_vec;
339 * struct nfp_net_r_vector - Per ring interrupt vector configuration
387 struct nfp_net_r_vector { struct
653 struct nfp_net_r_vector r_vecs[NFP_NET_MAX_R_VECS];
982 nfp_net_tls_tx(struct nfp_net_dp *dp, struct nfp_net_r_vector *r_vec,
H A Dnfp_net_xsk.h30 void nfp_net_xsk_rx_drop(struct nfp_net_r_vector *r_vec,
H A Dnfp_net_common.c445 struct nfp_net_r_vector *r_vec = data; in nfp_net_irq_rxtx()
464 struct nfp_net_r_vector *r_vec = data; in nfp_ctrl_irq_rxtx()
592 nfp_net_tls_tx(struct nfp_net_dp *dp, struct nfp_net_r_vector *r_vec, in nfp_net_tls_tx()
741 struct nfp_net_r_vector *r_vec; in nfp_net_vecs_init()
773 nfp_net_napi_add(struct nfp_net_dp *dp, struct nfp_net_r_vector *r_vec, int idx) in nfp_net_napi_add()
783 nfp_net_napi_del(struct nfp_net_dp *dp, struct nfp_net_r_vector *r_vec) in nfp_net_napi_del()
793 struct nfp_net_r_vector *r_vec, int idx) in nfp_net_vector_assign_rings()
815 nfp_net_prepare_vector(struct nfp_net *nn, struct nfp_net_r_vector *r_vec, in nfp_net_prepare_vector()
842 nfp_net_cleanup_vector(struct nfp_net *nn, struct nfp_net_r_vector *r_vec) in nfp_net_cleanup_vector()
1074 struct nfp_net_r_vector *r_ve in nfp_net_close_stack()
[all...]
H A 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()
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/nfdk/
H A 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()
H A Ddp.c40 nfp_nfdk_tx_tso(struct nfp_net_r_vector *r_vec, struct nfp_nfdk_tx_buf *txbuf, in nfp_nfdk_tx_tso()
78 nfp_nfdk_tx_csum(struct nfp_net_dp *dp, struct nfp_net_r_vector *r_vec, in nfp_nfdk_tx_csum()
256 struct nfp_net_r_vector *r_vec; in nfp_nfdk_tx()
470 struct nfp_net_r_vector *r_vec = tx_ring->r_vec; in nfp_nfdk_tx_complete()
672 nfp_nfdk_rx_csum(struct nfp_net_dp *dp, struct nfp_net_r_vector *r_vec, in nfp_nfdk_rx_csum()
808 nfp_nfdk_rx_drop(const struct nfp_net_dp *dp, struct nfp_net_r_vector *r_vec, in nfp_nfdk_rx_drop()
834 struct nfp_net_r_vector *r_vec = tx_ring->r_vec; in nfp_nfdk_xdp_complete()
1026 struct nfp_net_r_vector *r_vec = rx_ring->r_vec; in nfp_nfdk_rx()
1264 struct nfp_net_r_vector *r_vec = in nfp_nfdk_poll()
1265 container_of(napi, struct nfp_net_r_vector, nap in nfp_nfdk_poll()
[all...]
H A Dnfdk.h123 nfp_nfdk_ctrl_tx_one(struct nfp_net *nn, struct nfp_net_r_vector *r_vec,
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_common.c475 struct nfp_net_r_vector *r_vec = data; in nfp_net_irq_rxtx()
488 struct nfp_net_r_vector *r_vec = data; in nfp_ctrl_irq_rxtx()
574 struct nfp_net_r_vector *r_vec, unsigned int idx, in nfp_net_tx_ring_init()
596 struct nfp_net_r_vector *r_vec, unsigned int idx) in nfp_net_rx_ring_init()
726 static void nfp_net_tx_tso(struct nfp_net_r_vector *r_vec, in nfp_net_tx_tso()
775 struct nfp_net_r_vector *r_vec, in nfp_net_tx_csum()
827 nfp_net_tls_tx(struct nfp_net_dp *dp, struct nfp_net_r_vector *r_vec, in nfp_net_tls_tx()
983 struct nfp_net_r_vector *r_vec; in nfp_net_tx()
1141 struct nfp_net_r_vector *r_vec = tx_ring->r_vec; in nfp_net_tx_complete()
1226 struct nfp_net_r_vector *r_ve in nfp_net_xdp_complete()
[all...]
H A Dnfp_net.h109 struct nfp_net_r_vector;
210 struct nfp_net_r_vector *r_vec;
332 struct nfp_net_r_vector *r_vec;
353 * struct nfp_net_r_vector - Per ring interrupt vector configuration
397 struct nfp_net_r_vector { struct
630 struct nfp_net_r_vector r_vecs[NFP_NET_MAX_R_VECS];
H A Dnfp_net_debugfs.c13 struct nfp_net_r_vector *r_vec = file->private; in nfp_rx_q_show()
75 struct nfp_net_r_vector *r_vec = file->private; in nfp_tx_q_show()

Completed in 18 milliseconds