Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/avf/
H A Dvirtchnl.h1298 #define VIRTCHNL_MAX_NUM_ACTIONS 8 macro
1303 struct virtchnl_filter_action actions[VIRTCHNL_MAX_NUM_ACTIONS];
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_virtchnl_fdir.c1051 if (as->count > VIRTCHNL_MAX_NUM_ACTIONS) { in ice_vc_fdir_parse_action()