Home
last modified time | relevance | path

Searched defs:prev_entry (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/ethernet/natsemi/
H A Dsonic.c559 int prev_entry = lp->eol_rx; in sonic_rx() local
/linux/net/ipv6/
H A Dcalipso.c205 struct calipso_map_cache_entry *prev_entry = NULL; in calipso_cache_check() local
/linux/fs/f2fs/
H A Dextent_cache.c219 struct extent_node **prev_entry, in __lookup_extent_node_ret()
H A Dsegment.c1046 struct discard_cmd **prev_entry, in __lookup_discard_cmd_ret()
/linux/net/ipv4/
H A Dcipso_ipv4.c239 struct cipso_v4_map_cache_entry *prev_entry = NULL; in cipso_v4_cache_check() local
/linux/drivers/net/ethernet/3com/
H A D3c515.c1001 struct boom_tx_desc *prev_entry; in corkscrew_start_xmit() local
H A D3c59x.c2118 struct boom_tx_desc *prev_entry = &vp->tx_ring[(vp->cur_tx-1) % TX_RING_SIZE]; in boomerang_start_xmit() local
/linux/tools/net/ynl/pyynl/
H A Dynl_gen_c.py1061 def new_entry(self, entry, prev_entry, value_start): argument