Home
last modified time | relevance | path

Searched refs:flowman_info (Results 1 – 1 of 1) sorted by relevance

/dpdk/drivers/net/enic/base/
H A Dvnic_dev.c52 struct fm_info *flowman_info; member
615 if (!vdev->flowman_info) { in vnic_dev_flowman_enable()
618 vdev->flowman_info = vdev->alloc_consistent(vdev->priv, in vnic_dev_flowman_enable()
621 if (!vdev->flowman_info) in vnic_dev_flowman_enable()
639 if ((vdev->flowman_info->fm_op_mask & ops) != ops) in vnic_dev_flowman_enable()
1158 if (vdev->flowman_info) in vnic_dev_unregister()
1161 vdev->flowman_info, vdev->flowman_info_pa); in vnic_dev_unregister()