Searched refs:stmmac_xdp_buff (Results 1 – 2 of 2) sorted by relevance
98 struct stmmac_xdp_buff { struct
1823 /* struct stmmac_xdp_buff is using cb field (maximum size of 24 bytes) in stmmac_alloc_rx_buffers_zc() 1827 XSK_CHECK_PRIV_TYPE(struct stmmac_xdp_buff); in stmmac_alloc_rx_buffers_zc() 5515 static struct stmmac_xdp_buff *xsk_buff_to_stmmac_ctx(struct xdp_buff *xdp) in xsk_buff_to_stmmac_ctx() 5519 * is used to store driver specific info. Thus, struct stmmac_xdp_buff in xsk_buff_to_stmmac_ctx() 5522 return (struct stmmac_xdp_buff *)xdp;5550 struct stmmac_xdp_buff *ctx; in stmmac_rx_zc() 5722 struct stmmac_xdp_buff ctx; in stmmac_rx() 7664 const struct stmmac_xdp_buff *ctx = (void *)_ctx; in stmmac_xdp_rx_timestamp()