Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/intel/iavf/
Diavf_fdir.c595 vc_msg->rule_cfg.action_set.count = 1; in iavf_fill_fdir_add_msg()
596 vc_msg->rule_cfg.action_set.actions[0].type = fltr->action; in iavf_fill_fdir_add_msg()
597 vc_msg->rule_cfg.action_set.actions[0].act_conf.queue.index = fltr->q_index; in iavf_fill_fdir_add_msg()
/Linux-v5.15/include/linux/
Dcounter.h339 int (*action_set)(struct counter_device *counter, member
/Linux-v5.15/drivers/counter/
Dmicrochip-tcb-capture.c272 .action_set = mchp_tc_count_action_set
Dstm32-lptimer-cnt.c372 .action_set = stm32_lptim_cnt_action_set,
Dcounter.c590 err = counter->ops->action_set(counter, count, synapse, action_index); in counter_action_store()
661 parm.store = (counter->ops->action_set) ? counter_action_store : NULL; in counter_synapses_register()
/Linux-v5.15/include/linux/avf/
Dvirtchnl.h918 struct virtchnl_filter_action_set action_set; member
/Linux-v5.15/Documentation/driver-api/
Dgeneric-counter.rst358 action_get/action_set driver callbacks and their respective Synapse
/Linux-v5.15/drivers/net/ethernet/intel/ice/
Dice_virtchnl_fdir.c1228 struct virtchnl_filter_action_set *as = &fltr->rule_cfg.action_set; in ice_vc_fdir_parse_action()