Home
last modified time | relevance | path

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

/linux-4.4.14/net/atm/
Dmpc.c513 entry = mpc->in_ops->get(ipaddr, mpc); in send_via_shortcut()
515 entry = mpc->in_ops->add_entry(ipaddr, mpc); in send_via_shortcut()
517 mpc->in_ops->put(entry); in send_via_shortcut()
521 if (mpc->in_ops->cache_hit(entry, mpc) != OPEN) { in send_via_shortcut()
524 mpc->in_ops->put(entry); in send_via_shortcut()
534 mpc->in_ops->put(entry); in send_via_shortcut()
562 mpc->in_ops->put(entry); in send_via_shortcut()
628 in_entry = mpc->in_ops->get(ipaddr, mpc); in atm_mpoa_vcc_attach()
634 mpc->in_ops->put(in_entry); in atm_mpoa_vcc_attach()
640 mpc->in_ops->put(in_entry); in atm_mpoa_vcc_attach()
[all …]
Dmpoa_caches.c206 client->in_ops->put(entry); in in_cache_remove_entry()
242 client->in_ops->remove_entry(entry, client); in clear_count_and_expired()
329 mpc->in_ops->remove_entry(mpc->in_cache, mpc); in in_destroy_cache()
449 in_cache_entry *in_entry = client->in_ops->get_by_vcc(vcc, client); in eg_cache_remove_entry()
451 client->in_ops->put(in_entry); in eg_cache_remove_entry()
567 mpc->in_ops = &ingress_ops; in atm_mpoa_init_cache()
Dmpc.h24 struct in_cache_ops *in_ops; /* ingress cache operations */ member
/linux-4.4.14/sound/usb/6fire/
Dmidi.c149 static struct snd_rawmidi_ops in_ops = { variable
197 &in_ops); in usb6fire_midi_init()
/linux-4.4.14/drivers/usb/gadget/udc/
Dpxa27x_udc.h295 unsigned long in_ops; member
Dpxa27x_udc.c196 ep->stats.in_bytes, ep->stats.in_ops, in eps_dbg_show()
578 ep->stats.in_ops++; in inc_ep_stats_reqs()