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

/linux-master/drivers/net/caif/
H A Dcaif_virtio.c142 struct cfv_info *cfv = vq_tx->vdev->priv; local
144 ++cfv->stats.tx_kicks;
145 tasklet_schedule(&cfv->tx_release_tasklet);
148 static void free_buf_info(struct cfv_info *cfv, struct buf_info *buf_info) argument
152 gen_pool_free(cfv->genpool, (unsigned long) buf_info->vaddr,
162 struct cfv_info *cfv = vq_tx->vdev->priv; local
165 BUG_ON(vq_tx != cfv->vq_tx);
172 spin_lock_irqsave(&cfv->tx_lock, flags);
174 spin_unlock_irqrestore(&cfv->tx_lock, flags);
180 free_buf_info(cfv, buf_inf
216 cfv_alloc_and_copy_skb(int *err, struct cfv_info *cfv, u8 *frm, u32 frm_len) argument
252 struct cfv_info *cfv = container_of(napi, struct cfv_info, napi); local
352 struct cfv_info *cfv = vdev->priv; local
359 cfv_destroy_genpool(struct cfv_info *cfv) argument
374 cfv_create_genpool(struct cfv_info *cfv) argument
440 struct cfv_info *cfv = netdev_priv(netdev); local
456 struct cfv_info *cfv = netdev_priv(netdev); local
479 cfv_alloc_and_copy_to_shm(struct cfv_info *cfv, struct sk_buff *skb, struct scatterlist *sg) argument
524 struct cfv_info *cfv = netdev_priv(netdev); local
603 struct cfv_info *cfv = from_tasklet(cfv, t, tx_release_tasklet); local
624 debugfs_init(struct cfv_info *cfv) argument
654 struct cfv_info *cfv; local
756 struct cfv_info *cfv = vdev->priv; local
[all...]

Completed in 276 milliseconds