Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/ice/
Dice_txrx_lib.h172 struct ice_xdp_buff *xdp_ext = container_of(xdp, struct ice_xdp_buff, in ice_xdp_meta_set_desc()
Dice_txrx.h265 struct ice_xdp_buff { struct
272 static_assert(offsetof(struct ice_xdp_buff, xdp_buff) == 0); argument
333 struct ice_xdp_buff xdp_ext;
Dice_txrx_lib.c491 const struct ice_xdp_buff *xdp_ext = (void *)ctx; in ice_xdp_rx_hw_ts()
522 const struct ice_xdp_buff *xdp_ext = (void *)ctx; in ice_xdp_rx_hash()
544 const struct ice_xdp_buff *xdp_ext = (void *)ctx; in ice_xdp_rx_vlan_tag()
Dice_base.c505 XSK_CHECK_PRIV_TYPE(struct ice_xdp_buff); in ice_xsk_pool_fill_cb()
507 desc.off = offsetof(struct ice_xdp_buff, pkt_ctx) - in ice_xsk_pool_fill_cb()