Home
last modified time | relevance | path

Searched refs:ch_first (Results 1 – 9 of 9) sorted by relevance

/xnu-10002.1.13/bsd/skywalk/nexus/
H A Dnexus_adapter.c274 ch->ch_first, ch->ch_last)) != 0) { in na_set_ringid()
282 ch->ch_first[NR_A] = ch->ch_first[NR_F] = 0; in na_set_ringid()
284 ch->ch_first[NR_A] + n_alloc_rings; in na_set_ringid()
287 ch->ch_first[NR_LBA] = 0; in na_set_ringid()
288 ch->ch_last[NR_LBA] = ch->ch_first[NR_LBA] + n_large_alloc_rings; in na_set_ringid()
290 ch->ch_first[NR_A] = ch->ch_last[NR_A] = 0; in na_set_ringid()
291 ch->ch_first[NR_F] = ch->ch_last[NR_F] = 0; in na_set_ringid()
292 ch->ch_first[NR_LBA] = ch->ch_last[NR_LBA] = 0; in na_set_ringid()
294 ch->ch_first[NR_EV] = 0; in na_set_ringid()
295 ch->ch_last[NR_EV] = ch->ch_first[NR_EV] + na_get_nrings(na, NR_EV); in na_set_ringid()
[all …]
H A Dnexus.c3137 return ch->ch_last[which] - ch->ch_first[which]; in channel_ring_count()
3197 ring_id_t rx_first = ch->ch_first[NR_RX]; in nexus_channel_entry_populate()
3200 ring_id_t tx_first = ch->ch_first[NR_TX]; in nexus_channel_entry_populate()
3553 na_post_event(&na->na_tx_rings[ch->ch_first[NR_TX]], in nx_interface_advisory_notify()
/xnu-10002.1.13/tools/lldbmacros/
H A Dskywalk.py56 for i in range(kc.ch_first[kind], kc.ch_last[kind]):
500 …print(format_string.format(i, ch, ch.ch_refcnt, ch.ch_first[0], ch.ch_last[0], ch.ch_first[1], ch.…
505 …print(format_string.format(i, ch, ch.ch_refcnt, ch.ch_first[0], ch.ch_last[0], ch.ch_first[1], ch.…
/xnu-10002.1.13/bsd/skywalk/channel/
H A Dchannel_syscalls.c450 qfirst = ch->ch_first[t]; in __channel_sync()
558 qfirst = ch->ch_first[type]; in __channel_sync()
562 qfirst = ch->ch_first[type]; in __channel_sync()
616 qfirst = ch->ch_first[NR_F]; in __channel_sync()
H A Dchannel.c1091 return ch->ch_na != NULL && (ch->ch_last[t] - ch->ch_first[t] > 1); in ch_is_multiplex()
1229 ring_id_t first_tx = ch->ch_first[NR_TX]; in ch_event()
1325 ring_id_t first_rx = ch->ch_first[NR_RX]; in ch_event()
1420 VERIFY((ch->ch_last[NR_EV] - ch->ch_first[NR_EV]) == 1); in ch_event()
1421 kring = &na->na_event_rings[ch->ch_first[NR_EV]]; in ch_event()
1947 for (n = 0, i = ch->ch_first[NR_TX]; i < j; n++, i++) { in ch_connect_log1()
1954 for (n = 0, i = ch->ch_first[NR_RX]; in ch_connect_log1()
2125 cinfo->cinfo_first_tx_ring = ch->ch_first[NR_TX]; in ch_connect()
2127 cinfo->cinfo_first_rx_ring = ch->ch_first[NR_RX]; in ch_connect()
2398 ring_id_t qfirst = ch->ch_first[t]; in ch_set_lowat_thresh()
H A Dchannel_kern.c488 &ch->ch_na->na_tx_rings[ch->ch_first[NR_TX]]); in kern_channel_flowadv_clear()
H A Dchannel_var.h150 ring_id_t ch_first[NR_ALL]; member
/xnu-10002.1.13/bsd/skywalk/nexus/kpipe/
H A Dnx_kernel_pipe.c422 qfirst = ch->ch_first[t]; in nx_kpipe_dom_defunct()
433 qfirst = ch->ch_first[t]; in nx_kpipe_dom_defunct()
/xnu-10002.1.13/bsd/skywalk/nexus/upipe/
H A Dnx_user_pipe.c600 ring_id_t qfirst = ch->ch_first[NR_TX]; in nx_upipe_dom_defunct()