Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/xen-netback/
Dnetback.c398 struct netrx_pending_operations *npo) in get_next_rx_buffer() argument
405 meta = npo->meta + npo->meta_prod++; in get_next_rx_buffer()
410 npo->copy_off = 0; in get_next_rx_buffer()
411 npo->copy_gref = req->gref; in get_next_rx_buffer()
421 struct netrx_pending_operations *npo, in netbk_gop_frag_copy() argument
438 meta = npo->meta + npo->meta_prod - 1; in netbk_gop_frag_copy()
441 BUG_ON(npo->copy_off > MAX_BUFFER_OFFSET); in netbk_gop_frag_copy()
443 if (start_new_rx_buffer(npo->copy_off, size, *head)) { in netbk_gop_frag_copy()
450 meta = get_next_rx_buffer(vif, npo); in netbk_gop_frag_copy()
454 if (npo->copy_off + bytes > MAX_BUFFER_OFFSET) in netbk_gop_frag_copy()
[all …]