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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dxen-netfront.c100 grant_ref_t grant_tx_ref[NET_TX_RING_SIZE]; member in struct:netfront_info
365 np->grant_tx_ref[id]) != 0)) {
372 np->grant_tx_ref[id], GNTMAP_readonly);
374 &np->gref_tx_head, np->grant_tx_ref[id]);
375 np->grant_tx_ref[id] = GRANT_INVALID_REF;
432 tx->gref = np->grant_tx_ref[id] = ref;
455 tx->gref = np->grant_tx_ref[id] = ref;
509 tx->gref = np->grant_tx_ref[id] = ref;
1015 gnttab_end_foreign_access_ref(np->grant_tx_ref[i],
1018 np->grant_tx_ref[
[all...]

Completed in 63 milliseconds