Home
last modified time | relevance | path

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

/linux/include/net/
H A Dgtp.h67 u8 qfi; member
/linux/drivers/net/ethernet/intel/ice/
H A Dice_fdir.h145 qfi:6; member
H A Dice_protocol_type.h229 u8 qfi; member
H A Dice_tc_lib.c237 if (fltr->gtp_pdu_info_masks.qfi) { in ice_tc_fill_tunnel_outer()
238 list[i].h_u.gtp_hdr.qfi = fltr->gtp_pdu_info_keys.qfi; in ice_tc_fill_tunnel_outer()
239 memcpy(&list[i].m_u.gtp_hdr.qfi, "\x3f", 1); in ice_tc_fill_tunnel_outer()
H A Dice_fdir.c1004 input->gtpu_data.qfi); in ice_fdir_get_gen_prgm_pkt()
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Ddefiner.h670 u8 qfi[0x8]; member
/linux/net/sched/
H A Dcls_flower.c1467 sinfo->qfi = nla_get_u8(tb[TCA_FLOWER_KEY_ENC_OPT_GTP_QFI]); in fl_set_gtp_opt()
3268 if (nla_put_u8(skb, TCA_FLOWER_KEY_ENC_OPT_GTP_QFI, session_info->qfi)) in fl_dump_key_gtp_opt()
/linux/drivers/net/ethernet/intel/ice/virt/
H A Dfdir.c1125 input->gtpu_data.qfi = rawh[GTPU_EH_QFI_OFFSET] & GTPU_EH_QFI_MASK; in ice_vc_fdir_parse_pattern()