Searched refs:xsk_zc (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-xsk.c199 ch->xsk_zc = false;
264 ch->xsk_zc = true;
320 if (!ch->xsk_zc)
H A Ddpaa2-eth.c282 int count, bool xsk_zc)
293 if (!xsk_zc) {
327 ch->recycled_bufs_cnt, ch->xsk_zc);
1690 if (!ch->xsk_zc) {
1757 dpaa2_eth_free_bufs(priv, buf_array, i, ch->xsk_zc);
1764 if (!ch->xsk_zc) {
1828 bool xsk_zc = false; local
1834 xsk_zc = priv->channel[i]->xsk_zc;
1845 dpaa2_eth_free_bufs(priv, buf_array, ret, xsk_zc);
281 dpaa2_eth_free_bufs(struct dpaa2_eth_priv *priv, u64 *buf_array, int count, bool xsk_zc) argument
[all...]
H A Ddpaa2-eth.h505 bool xsk_zc; member in struct:dpaa2_eth_channel

Completed in 215 milliseconds