Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A Dice_txrx_lib.c491 const struct ice_xdp_buff *xdp_ext = (void *)ctx; in ice_xdp_rx_hw_ts() local
493 *ts_ns = ice_ptp_get_rx_hwts(xdp_ext->eop_desc, in ice_xdp_rx_hw_ts()
494 xdp_ext->pkt_ctx); in ice_xdp_rx_hw_ts()
522 const struct ice_xdp_buff *xdp_ext = (void *)ctx; in ice_xdp_rx_hash() local
524 *hash = ice_get_rx_hash(xdp_ext->eop_desc); in ice_xdp_rx_hash()
525 *rss_type = ice_xdp_rx_hash_type(xdp_ext->eop_desc); in ice_xdp_rx_hash()
544 const struct ice_xdp_buff *xdp_ext = (void *)ctx; in ice_xdp_rx_vlan_tag() local
546 *vlan_proto = xdp_ext->pkt_ctx->vlan_proto; in ice_xdp_rx_vlan_tag()
550 *vlan_tci = ice_get_vlan_tci(xdp_ext->eop_desc); in ice_xdp_rx_vlan_tag()
H A Dice_base.c599 ring->xdp_ext.pkt_ctx = &ring->pkt_ctx; in ice_vsi_cfg_rxq()