Searched refs:in_ops (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/net/atm/ |
H A D | mpc.c | 514 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 in atm_mpoa_vcc_attach() [all...] |
H A D | mpoa_caches.c | 206 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 D | mpc.h | 25 const struct in_cache_ops *in_ops; /* ingress cache operations */ member
|
/kernel/linux/linux-6.6/net/atm/ |
H A D | mpc.c | 514 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 in atm_mpoa_vcc_attach() [all...] |
H A D | mpoa_caches.c | 206 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 D | mpc.h | 25 const struct in_cache_ops *in_ops; /* ingress cache operations */ member
|
/kernel/linux/linux-5.10/sound/usb/6fire/ |
H A D | midi.c | 145 static const struct snd_rawmidi_ops in_ops = { variable 193 &in_ops); in usb6fire_midi_init()
|
/kernel/linux/linux-6.6/sound/usb/6fire/ |
H A D | midi.c | 145 static const struct snd_rawmidi_ops in_ops = { variable 193 &in_ops); in usb6fire_midi_init()
|
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | pxa27x_udc.h | 291 unsigned long in_ops; member
|
H A D | pxa27x_udc.c | 195 ep->stats.in_bytes, ep->stats.in_ops, in eps_dbg_show() 507 ep->stats.in_ops++; in inc_ep_stats_reqs()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | pxa27x_udc.h | 291 unsigned long in_ops; member
|
H A D | pxa27x_udc.c | 195 ep->stats.in_bytes, ep->stats.in_ops, in eps_dbg_show() 505 ep->stats.in_ops++; in inc_ep_stats_reqs()
|
Completed in 15 milliseconds