Home
last modified time | relevance | path

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

/dpdk/drivers/net/enic/
H A Denic_res.c83 &enic->filter_actions); in enic_get_vnic_config()
98 ((enic->filter_actions & FILTER_ACTION_RQ_STEERING_FLAG) ? in enic_get_vnic_config()
100 ((enic->filter_actions & FILTER_ACTION_FILTER_ID_FLAG) ? in enic_get_vnic_config()
102 ((enic->filter_actions & FILTER_ACTION_DROP_FLAG) ? in enic_get_vnic_config()
104 ((enic->filter_actions & FILTER_ACTION_COUNTER_FLAG) ? in enic_get_vnic_config()
H A Denic.h119 uint8_t filter_actions; /* HW supported actions */ member
H A Denic_flow.c1339 actions = enic->filter_actions; in enic_get_action_cap()
/dpdk/drivers/net/enic/base/
H A Dvnic_dev.c590 uint8_t *filter_actions) in vnic_dev_flowman_enable() argument
643 *filter_actions = FILTER_ACTION_RQ_STEERING_FLAG | in vnic_dev_flowman_enable()
662 uint8_t *filter_actions) in vnic_dev_capable_filter_mode() argument
669 if (vnic_dev_flowman_enable(vdev, mode, filter_actions)) in vnic_dev_capable_filter_mode()
675 *filter_actions = FILTER_ACTION_RQ_STEERING_FLAG; /* always available */ in vnic_dev_capable_filter_mode()
677 *filter_actions = args[3]; in vnic_dev_capable_filter_mode()
H A Dvnic_dev.h115 uint8_t *filter_actions);