Searched refs:r_vecs (Results 1 – 4 of 4) sorted by relevance
488 data[0] = nn->r_vecs[i].rx_pkts; in nfp_vnic_get_sw_stats()489 tmp[0] = nn->r_vecs[i].hw_csum_rx_ok; in nfp_vnic_get_sw_stats()492 tmp[3] = nn->r_vecs[i].hw_csum_rx_error; in nfp_vnic_get_sw_stats()494 tmp[5] = nn->r_vecs[i].hw_tls_rx; in nfp_vnic_get_sw_stats()499 data[1] = nn->r_vecs[i].tx_pkts; in nfp_vnic_get_sw_stats()500 data[2] = nn->r_vecs[i].tx_busy; in nfp_vnic_get_sw_stats()501 tmp[6] = nn->r_vecs[i].hw_csum_tx; in nfp_vnic_get_sw_stats()502 tmp[7] = nn->r_vecs[i].hw_csum_tx_inner; in nfp_vnic_get_sw_stats()503 tmp[8] = nn->r_vecs[i].tx_gather; in nfp_vnic_get_sw_stats()504 tmp[9] = nn->r_vecs[i].tx_lso; in nfp_vnic_get_sw_stats()[all …]
173 &nn->r_vecs[i], &nfp_rx_q_fops); in nfp_net_debugfs_vnic_add()175 &nn->r_vecs[i], &nfp_xdp_q_fops); in nfp_net_debugfs_vnic_add()181 &nn->r_vecs[i], &nfp_tx_q_fops); in nfp_net_debugfs_vnic_add()
640 struct nfp_net_r_vector r_vecs[NFP_NET_MAX_R_VECS]; member895 __acquires(&nn->r_vecs[0].lock) in nfp_ctrl_lock()897 spin_lock_bh(&nn->r_vecs[0].lock); in nfp_ctrl_lock()901 __releases(&nn->r_vecs[0].lock) in nfp_ctrl_unlock()903 spin_unlock_bh(&nn->r_vecs[0].lock); in nfp_ctrl_unlock()
2192 struct nfp_net_r_vector *r_vec = &nn->r_vecs[0]; in __nfp_ctrl_tx()2362 r_vec = &nn->r_vecs[r]; in nfp_net_vecs_init()2920 r_vec = &nn->r_vecs[r]; in nfp_net_close_stack()2947 nfp_net_cleanup_vector(nn, &nn->r_vecs[r]); in nfp_net_close_free_all()2985 disable_irq(nn->r_vecs[r].irq_vector); in nfp_ctrl_close()2986 tasklet_disable(&nn->r_vecs[r].tasklet); in nfp_ctrl_close()3064 r_vec = &nn->r_vecs[r]; in nfp_net_open_stack()3127 nfp_net_cleanup_vector(nn, &nn->r_vecs[r]); in nfp_net_open_alloc_all()3205 enable_irq(nn->r_vecs[r].irq_vector); in nfp_ctrl_open()3385 nfp_net_cleanup_vector(nn, &nn->r_vecs[r]); in nfp_net_ring_reconfig()[all …]
Completed in 16 milliseconds