Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_ptp.h311 const struct ice_pkt_ctx *pkt_ctx);
360 const struct ice_pkt_ctx *pkt_ctx) in ice_ptp_get_rx_hwts() argument
H A Dice_txrx_lib.c192 u64 ts_ns = ice_ptp_get_rx_hwts(rx_desc, &rx_ring->pkt_ctx); in ice_ptp_rx_hwts_to_skb()
520 xdp_ext->pkt_ctx); in ice_xdp_rx_hw_ts()
572 *vlan_proto = xdp_ext->pkt_ctx->vlan_proto; in ice_xdp_rx_vlan_tag()
H A Dice_txrx.h268 const struct ice_pkt_ctx *pkt_ctx; member
338 struct ice_pkt_ctx pkt_ctx; member
H A Dice_base.c502 void *ctx_ptr = &ring->pkt_ctx; in ice_xsk_pool_fill_cb()
507 desc.off = offsetof(struct ice_xdp_buff, pkt_ctx) - in ice_xsk_pool_fill_cb()
596 ring->xdp_ext.pkt_ctx = &ring->pkt_ctx; in ice_vsi_cfg_rxq()
H A Dice_ptp.c2475 const struct ice_pkt_ctx *pkt_ctx) in ice_ptp_get_rx_hwts() argument
2483 cached_time = READ_ONCE(pkt_ctx->cached_phctime); in ice_ptp_get_rx_hwts()
H A Dice_main.c6333 vsi->rx_rings[i]->pkt_ctx.vlan_proto = vlan_ethertype; in ice_set_rx_rings_vlan_proto()
/linux-6.15/tools/perf/util/
H A Ddata-convert-bt.c694 struct bt_ctf_field *pkt_ctx = NULL; in ctf_stream__create() local
711 pkt_ctx = bt_ctf_stream_get_packet_context(stream); in ctf_stream__create()
712 if (!pkt_ctx) { in ctf_stream__create()
717 cpu_field = bt_ctf_field_structure_get_field(pkt_ctx, "cpu_id"); in ctf_stream__create()
718 bt_ctf_field_put(pkt_ctx); in ctf_stream__create()
/linux-6.15/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()