Searched refs:xdp_ext (Results 1 – 4 of 4) sorted by relevance
517 const struct ice_xdp_buff *xdp_ext = (void *)ctx; in ice_xdp_rx_hw_ts() local519 *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() local550 *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() local572 *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()
128 struct ice_xdp_buff *xdp_ext = container_of(xdp, struct ice_xdp_buff, in ice_xdp_meta_set_desc() local131 xdp_ext->eop_desc = eop_desc; in ice_xdp_meta_set_desc()
333 struct ice_xdp_buff xdp_ext; member
596 ring->xdp_ext.pkt_ctx = &ring->pkt_ctx; in ice_vsi_cfg_rxq()