Home
last modified time | relevance | path

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

/dpdk/drivers/net/ice/base/
H A Dice_parser.c445 u8 *proto_id, u16 *proto_off) in _nearest_proto_id() argument
464 *proto_off = dist; in _nearest_proto_id()
494 u16 proto_off = 0; in ice_parser_profile_init() local
518 if (!_nearest_proto_id(rslt, off, &proto_id, &proto_off)) in ice_parser_profile_init()
524 prof->fv[prof->fv_num].offset = proto_off; in ice_parser_profile_init()
/dpdk/drivers/net/enic/
H A Denic_flow.c509 uint8_t proto_off, uint16_t proto_val, uint8_t proto_size) in copy_inner_common() argument
526 if (proto_off) { in copy_inner_common()
529 m = l5_mask + proto_off; in copy_inner_common()
530 v = l5_val + proto_off; in copy_inner_common()