Home
last modified time | relevance | path

Searched defs:is_add (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/ipn3ke/
H A Dipn3ke_flow.c989 struct rte_flow *flow, uint32_t is_add) in ipn3ke_flow_hw_update()
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_fdir.c368 uint8_t *key, bool is_add) in hns3_fd_tcam_config()
/f-stack/dpdk/drivers/net/i40e/base/
H A Di40e_common.c5716 u16 vsi_seid, u16 queue, bool is_add, in i40e_aq_add_rem_control_packet_filter()
/f-stack/dpdk/app/test-pmd/
H A Dcmdline.c8872 __rte_unused int is_add = (strcmp(res->what, "add") == 0) ? 1 : 0; in cmd_vf_rx_vlan_filter_parsed() local