Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/xen-netback/
Dnetback.c247 struct netrx_pending_operations *npo) in get_next_rx_buffer() argument
254 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() argument
283 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 …]