Home
last modified time | relevance | path

Searched refs:xdp_ext (Results 1 – 4 of 4) 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_txrx_lib.h172 struct ice_xdp_buff *xdp_ext = container_of(xdp, struct ice_xdp_buff, in ice_xdp_meta_set_desc() local
175 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.c598 ring->xdp_ext.pkt_ctx = &ring->pkt_ctx; in ice_vsi_cfg_rxq()