Lines Matching refs:consumer
92 __u64 consumer;
175 off->rx.consumer = off_v1.rx.consumer;
177 off->rx.flags = off_v1.rx.consumer + sizeof(__u32);
180 off->tx.consumer = off_v1.tx.consumer;
182 off->tx.flags = off_v1.tx.consumer + sizeof(__u32);
185 off->fr.consumer = off_v1.fr.consumer;
187 off->fr.flags = off_v1.fr.consumer + sizeof(__u32);
190 off->cr.consumer = off_v1.cr.consumer;
192 off->cr.flags = off_v1.cr.consumer + sizeof(__u32);
249 fill->consumer = map + off.fr.consumer;
265 comp->consumer = map + off.cr.consumer;
804 rx->consumer = rx_map + off.rx.consumer;
808 rx->cached_cons = *rx->consumer;
825 tx->consumer = tx_map + off.tx.consumer;
829 /* cached_cons is r->size bigger than the real consumer pointer
832 tx->cached_cons = *tx->consumer + xsk->config.tx_size;