Searched refs:in_ops (Results 1 - 6 of 6) sorted by relevance
/linux-4.1.27/net/atm/ |
H A D | mpc.c | 513 entry = mpc->in_ops->get(ipaddr, mpc); send_via_shortcut() 515 entry = mpc->in_ops->add_entry(ipaddr, mpc); send_via_shortcut() 517 mpc->in_ops->put(entry); send_via_shortcut() 521 if (mpc->in_ops->cache_hit(entry, mpc) != OPEN) { send_via_shortcut() 524 mpc->in_ops->put(entry); send_via_shortcut() 534 mpc->in_ops->put(entry); send_via_shortcut() 562 mpc->in_ops->put(entry); send_via_shortcut() 628 in_entry = mpc->in_ops->get(ipaddr, mpc); atm_mpoa_vcc_attach() 634 mpc->in_ops->put(in_entry); atm_mpoa_vcc_attach() 640 mpc->in_ops->put(in_entry); atm_mpoa_vcc_attach() 667 in_entry = mpc->in_ops->get_by_vcc(vcc, mpc); mpc_vcc_close() 672 mpc->in_ops->put(in_entry); mpc_vcc_close() 893 mpc->in_ops->destroy_cache(mpc); mpoad_close() 1086 entry = mpc->in_ops->get(dst_ip, mpc); MPOA_trigger_rcvd() 1088 entry = mpc->in_ops->add_entry(dst_ip, mpc); MPOA_trigger_rcvd() 1094 mpc->in_ops->put(entry); MPOA_trigger_rcvd() 1104 mpc->in_ops->put(entry); MPOA_trigger_rcvd() 1110 mpc->in_ops->put(entry); MPOA_trigger_rcvd() 1159 in_cache_entry *entry = mpc->in_ops->get(dst_ip, mpc); MPOA_res_reply_rcvd() 1174 mpc->in_ops->put(entry); MPOA_res_reply_rcvd() 1187 mpc->in_ops->put(entry); MPOA_res_reply_rcvd() 1194 mpc->in_ops->put(entry); MPOA_res_reply_rcvd() 1200 mpc->in_ops->put(entry); MPOA_res_reply_rcvd() 1210 in_cache_entry *entry = mpc->in_ops->get_with_mask(dst_ip, mpc, mask); ingress_purge_rcvd() 1222 mpc->in_ops->remove_entry(entry, mpc); ingress_purge_rcvd() 1224 mpc->in_ops->put(entry); ingress_purge_rcvd() 1225 entry = mpc->in_ops->get_with_mask(dst_ip, mpc, mask); ingress_purge_rcvd() 1304 mpc->in_ops->destroy_cache(mpc); mps_death() 1426 mpc->in_ops->clear_count(mpc); mpc_cache_check() 1430 mpc->in_ops->check_resolving(mpc); mpc_cache_check() 1435 mpc->in_ops->refresh(mpc); mpc_cache_check() 1510 mpc->in_ops->destroy_cache(mpc); atm_mpoa_cleanup()
|
H A D | mpc.h | 24 struct in_cache_ops *in_ops; /* ingress cache operations */ member in struct:mpoa_client
|
H A D | mpoa_caches.c | 206 client->in_ops->put(entry); in_cache_remove_entry() 242 client->in_ops->remove_entry(entry, client); clear_count_and_expired() 329 mpc->in_ops->remove_entry(mpc->in_cache, mpc); in_destroy_cache() 449 in_cache_entry *in_entry = client->in_ops->get_by_vcc(vcc, client); eg_cache_remove_entry() 451 client->in_ops->put(in_entry); eg_cache_remove_entry() 567 mpc->in_ops = &ingress_ops; atm_mpoa_init_cache()
|
/linux-4.1.27/sound/usb/6fire/ |
H A D | midi.c | 149 static struct snd_rawmidi_ops in_ops = { variable in typeref:struct:snd_rawmidi_ops 197 &in_ops); usb6fire_midi_init()
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
H A D | pxa27x_udc.h | 285 unsigned long in_ops; member in struct:stats
|
H A D | pxa27x_udc.c | 196 ep->stats.in_bytes, ep->stats.in_ops, eps_dbg_show() 578 ep->stats.in_ops++; inc_ep_stats_reqs()
|
Completed in 515 milliseconds