Home
last modified time | relevance | path

Searched refs:xdp_ext (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_txrx_lib.c517 const struct ice_xdp_buff *xdp_ext = (void *)ctx; in ice_xdp_rx_hw_ts() local
519 *ts_ns = ice_ptp_get_rx_hwts(xdp_ext->eop_desc, in ice_xdp_rx_hw_ts()
520 xdp_ext->pkt_ctx); in ice_xdp_rx_hw_ts()
548 const struct ice_xdp_buff *xdp_ext = (void *)ctx; in ice_xdp_rx_hash() local
550 *hash = ice_get_rx_hash(xdp_ext->eop_desc); in ice_xdp_rx_hash()
551 *rss_type = ice_xdp_rx_hash_type(xdp_ext->eop_desc); in ice_xdp_rx_hash()
570 const struct ice_xdp_buff *xdp_ext = (void *)ctx; in ice_xdp_rx_vlan_tag() local
572 *vlan_proto = xdp_ext->pkt_ctx->vlan_proto; in ice_xdp_rx_vlan_tag()
576 *vlan_tci = ice_get_vlan_tci(xdp_ext->eop_desc); in ice_xdp_rx_vlan_tag()
H A Dice_txrx_lib.h128 struct ice_xdp_buff *xdp_ext = container_of(xdp, struct ice_xdp_buff, in ice_xdp_meta_set_desc() local
131 xdp_ext->eop_desc = eop_desc; in ice_xdp_meta_set_desc()
H A Dice_txrx.h333 struct ice_xdp_buff xdp_ext; member
H A Dice_base.c596 ring->xdp_ext.pkt_ctx = &ring->pkt_ctx; in ice_vsi_cfg_rxq()