Searched refs:xdp_ext (Results 1 – 2 of 2) sorted by relevance
491 const struct ice_xdp_buff *xdp_ext = (void *)ctx; in ice_xdp_rx_hw_ts() local493 *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() local524 *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() local546 *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()
599 ring->xdp_ext.pkt_ctx = &ring->pkt_ctx; in ice_vsi_cfg_rxq()