Searched refs:pnicvf (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_main.c284 nic->pnicvf = (struct nicvf *)mbx.nicvf.nicvf;
624 nic = nic->pnicvf;
675 nicvf_check_cqe_tx_errs(nic->pnicvf, cqe_tx);
713 !nic->pnicvf->ptp_skb)
714 nic->pnicvf->ptp_skb = skb;
785 nic = nic->pnicvf;
923 if (nic->pnicvf->xdp_prog) {
924 if (txq_idx < nic->pnicvf->xdp_tx_queues) {
928 nic = nic->pnicvf;
929 txq_idx -= nic->pnicvf
[all...]
H A Dnicvf_queues.c126 this_cpu_inc(nic->pnicvf->drv_stats->page_alloc);
196 this_cpu_inc(nic->pnicvf->drv_stats->rcv_buffer_alloc_failures);
284 if (!nic->pnicvf->xdp_prog) {
444 netif_running(nic->pnicvf->netdev))
526 if (qidx < nic->pnicvf->xdp_tx_queues) {
1068 struct queue_set *pqs = nic->pnicvf->qs;
1389 this_cpu_inc(nic->pnicvf->drv_stats->tx_tso);
1403 if (!atomic_add_unless(&nic->pnicvf->tx_ptp_skbs, 1, 1))
1470 txq = netdev_get_tx_queue(nic->pnicvf->netdev,
1545 this_cpu_inc(nic->pnicvf
[all...]
H A Dnic.h277 struct nicvf *pnicvf; member in struct:nicvf

Completed in 208 milliseconds