Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A Dice_ptp.h314 const struct ice_pkt_ctx *pkt_ctx);
370 const struct ice_pkt_ctx *pkt_ctx) in ice_ptp_get_rx_hwts() argument
H A Dice_ptp.c2303 const struct ice_pkt_ctx *pkt_ctx) in ice_ptp_get_rx_hwts() argument
2311 cached_time = READ_ONCE(pkt_ctx->cached_phctime); in ice_ptp_get_rx_hwts()
H A Dice_main.c6343 vsi->rx_rings[i]->pkt_ctx.vlan_proto = vlan_ethertype; in ice_set_rx_rings_vlan_proto()
/linux/tools/perf/util/
H A Ddata-convert-bt.c701 struct bt_ctf_field *pkt_ctx = NULL; in ctf_stream__create() local
718 pkt_ctx = bt_ctf_stream_get_packet_context(stream); in ctf_stream__create()
719 if (!pkt_ctx) { in ctf_stream__create()
724 cpu_field = bt_ctf_field_structure_get_field(pkt_ctx, "cpu_id"); in ctf_stream__create()
725 bt_ctf_field_put(pkt_ctx); in ctf_stream__create()
/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()