Searched refs:ch_first (Results 1 – 9 of 9) sorted by relevance
| /xnu-11215.1.10/bsd/skywalk/nexus/ |
| H A D | nexus_adapter.c | 266 ch->ch_first, ch->ch_last)) != 0) { in na_set_ringid() 274 ch->ch_first[NR_A] = ch->ch_first[NR_F] = 0; in na_set_ringid() 276 ch->ch_first[NR_A] + n_alloc_rings; in na_set_ringid() 279 ch->ch_first[NR_LBA] = 0; in na_set_ringid() 280 ch->ch_last[NR_LBA] = ch->ch_first[NR_LBA] + n_large_alloc_rings; in na_set_ringid() 282 ch->ch_first[NR_A] = ch->ch_last[NR_A] = 0; in na_set_ringid() 283 ch->ch_first[NR_F] = ch->ch_last[NR_F] = 0; in na_set_ringid() 284 ch->ch_first[NR_LBA] = ch->ch_last[NR_LBA] = 0; in na_set_ringid() 286 ch->ch_first[NR_EV] = 0; in na_set_ringid() 287 ch->ch_last[NR_EV] = ch->ch_first[NR_EV] + na_get_nrings(na, NR_EV); in na_set_ringid() [all …]
|
| H A D | nexus.c | 3195 return ch->ch_last[which] - ch->ch_first[which]; in channel_ring_count() 3267 ring_id_t rx_first = ch->ch_first[NR_RX]; in nexus_channel_entry_populate() 3270 ring_id_t tx_first = ch->ch_first[NR_TX]; in nexus_channel_entry_populate() 3652 na_post_event(&na->na_tx_rings[ch->ch_first[NR_TX]], in nx_interface_advisory_notify()
|
| /xnu-11215.1.10/tools/lldbmacros/ |
| H A D | skywalk.py | 51 for i in range(kc.ch_first[kind], kc.ch_last[kind]): 497 …print(format_string.format(i, ch, ch.ch_refcnt, ch.ch_first[0], ch.ch_last[0], ch.ch_first[1], ch.… 502 …print(format_string.format(i, ch, ch.ch_refcnt, ch.ch_first[0], ch.ch_last[0], ch.ch_first[1], ch.…
|
| /xnu-11215.1.10/bsd/skywalk/channel/ |
| H A D | channel_syscalls.c | 462 qfirst = ch->ch_first[t]; in __channel_sync() 570 qfirst = ch->ch_first[type]; in __channel_sync() 574 qfirst = ch->ch_first[type]; in __channel_sync() 628 qfirst = ch->ch_first[NR_F]; in __channel_sync()
|
| H A D | channel.c | 1108 return ch->ch_na != NULL && (ch->ch_last[t] - ch->ch_first[t] > 1); in ch_is_multiplex() 1246 ring_id_t first_tx = ch->ch_first[NR_TX]; in ch_event() 1342 ring_id_t first_rx = ch->ch_first[NR_RX]; in ch_event() 1437 VERIFY((ch->ch_last[NR_EV] - ch->ch_first[NR_EV]) == 1); in ch_event() 1438 kring = &na->na_event_rings[ch->ch_first[NR_EV]]; in ch_event() 1971 for (n = 0, i = ch->ch_first[NR_TX]; i < j; n++, i++) { in ch_connect_log1() 1978 for (n = 0, i = ch->ch_first[NR_RX]; in ch_connect_log1() 2149 cinfo->cinfo_first_tx_ring = ch->ch_first[NR_TX]; in ch_connect() 2151 cinfo->cinfo_first_rx_ring = ch->ch_first[NR_RX]; in ch_connect() 2422 ring_id_t qfirst = ch->ch_first[t]; in ch_set_lowat_thresh()
|
| H A D | channel_kern.c | 494 &ch->ch_na->na_tx_rings[ch->ch_first[NR_TX]]); in kern_channel_flowadv_clear()
|
| H A D | channel_var.h | 152 ring_id_t ch_first[NR_ALL]; member
|
| /xnu-11215.1.10/bsd/skywalk/nexus/kpipe/ |
| H A D | nx_kernel_pipe.c | 422 qfirst = ch->ch_first[t]; in nx_kpipe_dom_defunct() 433 qfirst = ch->ch_first[t]; in nx_kpipe_dom_defunct()
|
| /xnu-11215.1.10/bsd/skywalk/nexus/upipe/ |
| H A D | nx_user_pipe.c | 601 ring_id_t qfirst = ch->ch_first[NR_TX]; in nx_upipe_dom_defunct()
|