Lines Matching defs:cfv_info
74 /* struct cfv_info - Caif Virtio control structure
101 struct cfv_info {
142 struct cfv_info *cfv = vq_tx->vdev->priv;
148 static void free_buf_info(struct cfv_info *cfv, struct buf_info *buf_info)
162 struct cfv_info *cfv = vq_tx->vdev->priv;
217 struct cfv_info *cfv,
252 struct cfv_info *cfv = container_of(napi, struct cfv_info, napi);
352 struct cfv_info *cfv = vdev->priv;
359 static void cfv_destroy_genpool(struct cfv_info *cfv)
374 static int cfv_create_genpool(struct cfv_info *cfv)
440 struct cfv_info *cfv = netdev_priv(netdev);
456 struct cfv_info *cfv = netdev_priv(netdev);
479 static struct buf_info *cfv_alloc_and_copy_to_shm(struct cfv_info *cfv,
524 struct cfv_info *cfv = netdev_priv(netdev);
603 struct cfv_info *cfv = from_tasklet(cfv, t, tx_release_tasklet);
624 static inline void debugfs_init(struct cfv_info *cfv)
654 struct cfv_info *cfv;
657 netdev = alloc_netdev(sizeof(struct cfv_info), cfv_netdev_name,
756 struct cfv_info *cfv = vdev->priv;