Home
last modified time | relevance | path

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

/linux/net/atm/
H A Dmpc.c514 entry = mpc->in_ops->get(ipaddr, mpc); in send_via_shortcut()
516 entry = mpc->in_ops->add_entry(ipaddr, mpc); in send_via_shortcut()
518 mpc->in_ops->put(entry); in send_via_shortcut()
522 if (mpc->in_ops->cache_hit(entry, mpc) != OPEN) { in send_via_shortcut()
525 mpc->in_ops->put(entry); in send_via_shortcut()
535 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 …]
H A Dmpoa_caches.c206 client->in_ops->put(entry); in in_cache_remove_entry()
241 client->in_ops->remove_entry(entry, client); in clear_count_and_expired()
328 mpc->in_ops->remove_entry(mpc->in_cache, mpc); in in_destroy_cache()
447 in_cache_entry *in_entry = client->in_ops->get_by_vcc(vcc, client); in eg_cache_remove_entry()
449 client->in_ops->put(in_entry); in eg_cache_remove_entry()
563 mpc->in_ops = &ingress_ops; in atm_mpoa_init_cache()
H A Dmpc.h25 const struct in_cache_ops *in_ops; /* ingress cache operations */ member
/linux/sound/usb/6fire/
H A Dmidi.c145 static const struct snd_rawmidi_ops in_ops = { variable
193 &in_ops); in usb6fire_midi_init()
/linux/drivers/usb/gadget/udc/
H A Dpxa27x_udc.h291 unsigned long in_ops; member
H A Dpxa27x_udc.c194 ep->stats.in_bytes, ep->stats.in_ops, in eps_dbg_show()
504 ep->stats.in_ops++; in inc_ep_stats_reqs()