Home
last modified time | relevance | path

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

/dpdk/drivers/net/ice/base/
H A Dice_parser.c520 if (prof->fv_num >= 32) in ice_parser_profile_init()
523 prof->fv[prof->fv_num].proto_id = proto_id; in ice_parser_profile_init()
524 prof->fv[prof->fv_num].offset = proto_off; in ice_parser_profile_init()
525 prof->fv[prof->fv_num].spec = *(const u16 *)&pkt_buf[off]; in ice_parser_profile_init()
526 prof->fv[prof->fv_num].msk = *(const u16 *)&msk_buf[off]; in ice_parser_profile_init()
527 prof->fv_num++; in ice_parser_profile_init()
547 for (i = 0; i < prof->fv_num; i++) in ice_parser_profile_dump()
H A Dice_parser.h99 int fv_num; /* field vector number must <= 48 */ member
H A Dice_flow.c2565 for (i = 0; i < prof->fv_num; i++) { in ice_flow_set_hw_prof()
4090 while (i < prof->fv_num) { in ice_rss_cfg_raw_symm()
/dpdk/drivers/net/ice/
H A Dice_hash.c1224 if (rss_prof->prof.fv_num) { in ice_hash_add_raw_cfg()
H A Dice_fdir_filter.c1362 for (i = 0; i < filter->prof->fv_num; i++) { in ice_fdir_create_filter()