Searched refs:npo (Results 1 – 1 of 1) sorted by relevance
247 struct netrx_pending_operations *npo) in get_next_rx_buffer() argument254 meta = npo->meta + npo->meta_prod++; in get_next_rx_buffer()260 npo->copy_off = 0; in get_next_rx_buffer()261 npo->copy_gref = req->gref; in get_next_rx_buffer()271 struct netrx_pending_operations *npo, in xenvif_gop_frag_copy() argument283 meta = npo->meta + npo->meta_prod - 1; in xenvif_gop_frag_copy()293 BUG_ON(npo->copy_off > MAX_BUFFER_OFFSET); in xenvif_gop_frag_copy()295 if (npo->copy_off == MAX_BUFFER_OFFSET) in xenvif_gop_frag_copy()296 meta = get_next_rx_buffer(queue, npo); in xenvif_gop_frag_copy()302 if (npo->copy_off + bytes > MAX_BUFFER_OFFSET) in xenvif_gop_frag_copy()[all …]