Searched refs:ch_first (Results 1 – 9 of 9) sorted by relevance
| /xnu-8019.80.24/bsd/skywalk/nexus/ |
| H A D | nexus_adapter.c | 333 ch->ch_first, ch->ch_last)) != 0) { in na_set_ringid() 339 ch->ch_first[NR_A] = ch->ch_first[NR_F] = 0; in na_set_ringid() 341 ch->ch_first[NR_A] + n_alloc_rings; in na_set_ringid() 343 ch->ch_first[NR_A] = ch->ch_last[NR_A] = 0; in na_set_ringid() 344 ch->ch_first[NR_F] = ch->ch_last[NR_F] = 0; in na_set_ringid() 346 ch->ch_first[NR_EV] = 0; in na_set_ringid() 347 ch->ch_last[NR_EV] = ch->ch_first[NR_EV] + na_get_nrings(na, NR_EV); in na_set_ringid() 376 ch->ch_first[t] = ch->ch_last[t] = 0; in na_unset_ringid() 396 na->na_name, SK_KVA(na), ch->ch_first[NR_TX], ch->ch_last[NR_TX], in na_krings_use() 397 ch->ch_first[NR_RX], ch->ch_last[NR_RX]); in na_krings_use() [all …]
|
| H A D | nexus.c | 3156 return ch->ch_last[which] - ch->ch_first[which]; in channel_ring_count() 3216 ring_id_t rx_first = ch->ch_first[NR_RX]; in nexus_channel_entry_populate() 3219 ring_id_t tx_first = ch->ch_first[NR_TX]; in nexus_channel_entry_populate() 3551 na_post_event(&na->na_tx_rings[ch->ch_first[NR_TX]], in nx_interface_advisory_notify()
|
| /xnu-8019.80.24/tools/lldbmacros/ |
| H A D | skywalk.py | 52 for i in xrange(kc.ch_first[kind], kc.ch_last[kind]): 499 …print format_string.format(i, ch, ch.ch_refcnt, ch.ch_first[0], ch.ch_last[0], ch.ch_first[1], ch.… 504 …print format_string.format(i, ch, ch.ch_refcnt, ch.ch_first[0], ch.ch_last[0], ch.ch_first[1], ch.…
|
| /xnu-8019.80.24/bsd/skywalk/channel/ |
| H A D | channel.c | 1102 return ch->ch_na != NULL && (ch->ch_last[t] - ch->ch_first[t] > 1); in ch_is_multiplex() 1240 ring_id_t first_tx = ch->ch_first[NR_TX]; in ch_event() 1336 ring_id_t first_rx = ch->ch_first[NR_RX]; in ch_event() 1431 VERIFY((ch->ch_last[NR_EV] - ch->ch_first[NR_EV]) == 1); in ch_event() 1432 kring = &na->na_event_rings[ch->ch_first[NR_EV]]; in ch_event() 1958 for (n = 0, i = ch->ch_first[NR_TX]; i < j; n++, i++) { in ch_connect_log1() 1965 for (n = 0, i = ch->ch_first[NR_RX]; in ch_connect_log1() 2137 cinfo->cinfo_first_tx_ring = ch->ch_first[NR_TX]; in ch_connect() 2139 cinfo->cinfo_first_rx_ring = ch->ch_first[NR_RX]; in ch_connect() 2410 ring_id_t qfirst = ch->ch_first[t]; in ch_set_lowat_thresh()
|
| H A D | channel_syscalls.c | 450 qfirst = ch->ch_first[t]; in __channel_sync() 551 qfirst = ch->ch_first[NR_A]; in __channel_sync() 606 qfirst = ch->ch_first[NR_F]; in __channel_sync()
|
| H A D | channel_kern.c | 492 &ch->ch_na->na_tx_rings[ch->ch_first[NR_TX]]); in kern_channel_flowadv_clear()
|
| H A D | channel_var.h | 150 ring_id_t ch_first[NR_ALL]; member
|
| /xnu-8019.80.24/bsd/skywalk/nexus/kpipe/ |
| H A D | nx_kernel_pipe.c | 418 qfirst = ch->ch_first[t]; in nx_kpipe_dom_defunct() 429 qfirst = ch->ch_first[t]; in nx_kpipe_dom_defunct()
|
| /xnu-8019.80.24/bsd/skywalk/nexus/upipe/ |
| H A D | nx_user_pipe.c | 613 ring_id_t qfirst = ch->ch_first[NR_TX]; in nx_upipe_dom_defunct()
|