Home
last modified time | relevance | path

Searched refs:pkt_ctx (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/intel/ice/
H A Dice_ptp.h309 const struct ice_pkt_ctx *pkt_ctx);
347 const struct ice_pkt_ctx *pkt_ctx) in ice_ptp_get_rx_hwts() argument
H A Dice_txrx_lib.c166 u64 ts_ns = ice_ptp_get_rx_hwts(rx_desc, &rx_ring->pkt_ctx); in ice_ptp_rx_hwts_to_skb()
494 xdp_ext->pkt_ctx); in ice_xdp_rx_hw_ts()
546 *vlan_proto = xdp_ext->pkt_ctx->vlan_proto; in ice_xdp_rx_vlan_tag()
H A Dice_txrx.h267 const struct ice_pkt_ctx *pkt_ctx; member
337 struct ice_pkt_ctx pkt_ctx; member
H A Dice_ptp.c2400 const struct ice_pkt_ctx *pkt_ctx) in ice_ptp_get_rx_hwts() argument
2408 cached_time = READ_ONCE(pkt_ctx->cached_phctime); in ice_ptp_get_rx_hwts()
H A Dice_main.c6375 vsi->rx_rings[i]->pkt_ctx.vlan_proto = vlan_ethertype; in ice_set_rx_rings_vlan_proto()
/linux/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.c179 enum intel_pt_pkt_ctx pkt_ctx; member
700 decoder->prev_pkt_ctx = decoder->pkt_ctx; in intel_pt_get_split_packet()
701 ret = intel_pt_get_packet(buf, len, &decoder->packet, &decoder->pkt_ctx); in intel_pt_get_split_packet()
736 enum intel_pt_pkt_ctx pkt_ctx = decoder->pkt_ctx; in intel_pt_pkt_lookahead() local
756 &pkt_ctx); in intel_pt_pkt_lookahead()
1029 decoder->prev_pkt_ctx = decoder->pkt_ctx; in intel_pt_get_next_packet()
1031 &decoder->packet, &decoder->pkt_ctx); in intel_pt_get_next_packet()