Searched refs:r_vec (Results 1 – 3 of 3) sorted by relevance
434 struct nfp_net_r_vector *r_vec = data; in nfp_net_irq_rxtx() local436 napi_schedule_irqoff(&r_vec->napi); in nfp_net_irq_rxtx()447 struct nfp_net_r_vector *r_vec = data; in nfp_ctrl_irq_rxtx() local449 tasklet_schedule(&r_vec->tasklet); in nfp_ctrl_irq_rxtx()533 struct nfp_net_r_vector *r_vec, unsigned int idx, in nfp_net_tx_ring_init() argument536 struct nfp_net *nn = r_vec->nfp_net; in nfp_net_tx_ring_init()539 tx_ring->r_vec = r_vec; in nfp_net_tx_ring_init()541 u64_stats_init(&tx_ring->r_vec->tx_sync); in nfp_net_tx_ring_init()555 struct nfp_net_r_vector *r_vec, unsigned int idx) in nfp_net_rx_ring_init() argument557 struct nfp_net *nn = r_vec->nfp_net; in nfp_net_rx_ring_init()[all …]
43 struct nfp_net_r_vector *r_vec = file->private; in nfp_net_debugfs_rx_q_read() local53 if (!r_vec->nfp_net || !r_vec->rx_ring) in nfp_net_debugfs_rx_q_read()55 nn = r_vec->nfp_net; in nfp_net_debugfs_rx_q_read()56 rx_ring = r_vec->rx_ring; in nfp_net_debugfs_rx_q_read()124 struct nfp_net_r_vector *r_vec = file->private; in nfp_net_debugfs_tx_q_read() local134 tx_ring = r_vec->tx_ring; in nfp_net_debugfs_tx_q_read()136 tx_ring = r_vec->xdp_ring; in nfp_net_debugfs_tx_q_read()137 if (!r_vec->nfp_net || !tx_ring) in nfp_net_debugfs_tx_q_read()139 nn = r_vec->nfp_net; in nfp_net_debugfs_tx_q_read()150 tx_ring == r_vec->tx_ring ? "" : "xdp", in nfp_net_debugfs_tx_q_read()[all …]
236 struct nfp_net_r_vector *r_vec; member358 struct nfp_net_r_vector *r_vec; member