Searched defs:r_vec (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_net_dp.c | 54 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() local 427 struct nfp_net_r_vector *r_vec = &nn->r_vecs[0]; in __nfp_ctrl_tx() local 434 struct nfp_net_r_vector *r_vec = &nn->r_vecs[0]; in nfp_ctrl_tx() local
|
H A D | nfp_net_common.c | 445 struct nfp_net_r_vector *r_vec = data; in nfp_net_irq_rxtx() local 464 struct nfp_net_r_vector *r_vec = data; in nfp_ctrl_irq_rxtx() local 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() local 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() 841 nfp_net_cleanup_vector(struct nfp_net *nn, struct nfp_net_r_vector *r_vec) in nfp_net_cleanup_vector() 1073 struct nfp_net_r_vector *r_vec; in nfp_net_close_stack() local [all …]
|
H A D | nfp_net_xsk.c | 59 struct nfp_net_r_vector *r_vec = rx_ring->r_vec; in nfp_net_xsk_rx_ring_fill_freelist() local 89 void nfp_net_xsk_rx_drop(struct nfp_net_r_vector *r_vec, in nfp_net_xsk_rx_drop()
|
H A D | nfp_net_debugfs.c | 14 struct nfp_net_r_vector *r_vec = file->private; in nfp_rx_q_show() local 82 struct nfp_net_r_vector *r_vec = file->private; in nfp_tx_q_show() local
|
H A D | nfp_net_dp.h | 207 struct nfp_net_r_vector *r_vec, in nfp_net_debugfs_print_tx_descs()
|
H A D | nfp_net.h | 163 struct nfp_net_r_vector *r_vec; member 317 struct nfp_net_r_vector *r_vec; member
|
/linux/drivers/net/ethernet/netronome/nfp/nfdk/ |
H A D | rings.c | 76 struct nfp_net_r_vector *r_vec = tx_ring->r_vec; in nfp_nfdk_tx_ring_free() local 95 struct nfp_net_r_vector *r_vec = tx_ring->r_vec; in nfp_nfdk_tx_ring_alloc() local 139 struct nfp_net_r_vector *r_vec, in nfp_nfdk_print_tx_descs()
|
/linux/drivers/net/ethernet/netronome/nfp/nfd3/ |
H A D | rings.c | 103 struct nfp_net_r_vector *r_vec = tx_ring->r_vec; in nfp_nfd3_tx_ring_free() local 129 struct nfp_net_r_vector *r_vec = tx_ring->r_vec; in nfp_nfd3_tx_ring_alloc() local 200 struct nfp_net_r_vector *r_vec, in nfp_nfd3_print_tx_descs()
|