Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/netronome/nfp/nfd3/
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()
A Ddp.c123 nfp_nfd3_tx_csum(struct nfp_net_dp *dp, struct nfp_net_r_vector *r_vec, in nfp_nfd3_tx_csum()
260 struct nfp_net_r_vector *r_vec; in nfp_nfd3_tx()
423 struct nfp_net_r_vector *r_vec = tx_ring->r_vec; in nfp_nfd3_tx_complete()
508 struct nfp_net_r_vector *r_vec = tx_ring->r_vec; in nfp_nfd3_xdp_complete()
908 struct nfp_net_r_vector *r_vec = rx_ring->r_vec; in nfp_nfd3_rx()
1157 struct nfp_net_r_vector *r_vec = in nfp_nfd3_poll()
1158 container_of(napi, struct nfp_net_r_vector, napi); in nfp_nfd3_poll()
1290 static void __nfp_ctrl_tx_queued(struct nfp_net_r_vector *r_vec) in __nfp_ctrl_tx_queued()
1319 struct nfp_net_r_vector *r_vec, struct nfp_net_rx_ring *rx_ring) in nfp_ctrl_rx_one()
1392 static bool nfp_ctrl_rx(struct nfp_net_r_vector *r_vec) in nfp_ctrl_rx()
[all …]
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,
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()
/linux/drivers/net/ethernet/netronome/nfp/
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()
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()
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;
387 struct nfp_net_r_vector { struct
656 struct nfp_net_r_vector r_vecs[NFP_NET_MAX_R_VECS];
1015 nfp_net_tls_tx(struct nfp_net_dp *dp, struct nfp_net_r_vector *r_vec,
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()
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()
A Dnfp_net_xsk.h30 void nfp_net_xsk_rx_drop(struct nfp_net_r_vector *r_vec,
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()
741 struct nfp_net_r_vector *r_vec; in nfp_net_vecs_init()
793 struct nfp_net_r_vector *r_vec, int idx) in nfp_net_vector_assign_rings()
1073 struct nfp_net_r_vector *r_vec; in nfp_net_close_stack()
1162 struct nfp_net_r_vector *r_vec; in nfp_net_rx_dim_work()
1170 r_vec = container_of(dim, struct nfp_net_r_vector, rx_dim); in nfp_net_rx_dim_work()
1192 struct nfp_net_r_vector *r_vec; in nfp_net_tx_dim_work()
1200 r_vec = container_of(dim, struct nfp_net_r_vector, tx_dim); in nfp_net_tx_dim_work()
1226 struct nfp_net_r_vector *r_vec; in nfp_net_open_stack()
[all …]
/linux/drivers/net/ethernet/netronome/nfp/nfdk/
A Ddp.c81 nfp_nfdk_tx_csum(struct nfp_net_dp *dp, struct nfp_net_r_vector *r_vec, in nfp_nfdk_tx_csum()
259 struct nfp_net_r_vector *r_vec; in nfp_nfdk_tx()
473 struct nfp_net_r_vector *r_vec = tx_ring->r_vec; in nfp_nfdk_tx_complete()
837 struct nfp_net_r_vector *r_vec = tx_ring->r_vec; in nfp_nfdk_xdp_complete()
1029 struct nfp_net_r_vector *r_vec = rx_ring->r_vec; in nfp_nfdk_rx()
1267 struct nfp_net_r_vector *r_vec = in nfp_nfdk_poll()
1268 container_of(napi, struct nfp_net_r_vector, napi); in nfp_nfdk_poll()
1452 static void __nfp_ctrl_tx_queued(struct nfp_net_r_vector *r_vec) in __nfp_ctrl_tx_queued()
1481 struct nfp_net_r_vector *r_vec, struct nfp_net_rx_ring *rx_ring) in nfp_ctrl_rx_one()
1554 static bool nfp_ctrl_rx(struct nfp_net_r_vector *r_vec) in nfp_ctrl_rx()
[all …]
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()
A Dnfdk.h123 nfp_nfdk_ctrl_tx_one(struct nfp_net *nn, struct nfp_net_r_vector *r_vec,

Completed in 27 milliseconds