Searched refs:ch_first (Results 1 – 9 of 9) sorted by relevance
| /xnu-12377.41.6/bsd/skywalk/nexus/ |
| H A D | nexus_adapter.c | 265 ch->ch_first, ch->ch_last)) != 0) { in na_set_ringid() 273 ch->ch_first[NR_A] = ch->ch_first[NR_F] = 0; in na_set_ringid() 275 ch->ch_first[NR_A] + n_alloc_rings; in na_set_ringid() 278 ch->ch_first[NR_LBA] = 0; in na_set_ringid() 279 ch->ch_last[NR_LBA] = ch->ch_first[NR_LBA] + n_large_alloc_rings; in na_set_ringid() 281 ch->ch_first[NR_A] = ch->ch_last[NR_A] = 0; in na_set_ringid() 282 ch->ch_first[NR_F] = ch->ch_last[NR_F] = 0; in na_set_ringid() 283 ch->ch_first[NR_LBA] = ch->ch_last[NR_LBA] = 0; in na_set_ringid() 285 ch->ch_first[NR_EV] = 0; in na_set_ringid() 286 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 | 3191 return ch->ch_last[which] - ch->ch_first[which]; in channel_ring_count() 3263 ring_id_t rx_first = ch->ch_first[NR_RX]; in nexus_channel_entry_populate() 3266 ring_id_t tx_first = ch->ch_first[NR_TX]; in nexus_channel_entry_populate() 3648 na_post_event(&na->na_tx_rings[ch->ch_first[NR_TX]], in nx_interface_advisory_notify()
|
| /xnu-12377.41.6/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-12377.41.6/bsd/skywalk/channel/ |
| H A D | channel_syscalls.c | 445 qfirst = ch->ch_first[t]; in __channel_sync() 553 qfirst = ch->ch_first[type]; in __channel_sync() 557 qfirst = ch->ch_first[type]; in __channel_sync() 611 qfirst = ch->ch_first[NR_F]; in __channel_sync()
|
| H A D | channel.c | 1109 return ch->ch_na != NULL && (ch->ch_last[t] - ch->ch_first[t] > 1); in ch_is_multiplex() 1247 ring_id_t first_tx = ch->ch_first[NR_TX]; in ch_event() 1343 ring_id_t first_rx = ch->ch_first[NR_RX]; in ch_event() 1438 VERIFY((ch->ch_last[NR_EV] - ch->ch_first[NR_EV]) == 1); in ch_event() 1439 kring = &na->na_event_rings[ch->ch_first[NR_EV]]; in ch_event() 1949 for (n = 0, i = ch->ch_first[NR_TX]; i < j; n++, i++) { in ch_connect_log1() 1956 for (n = 0, i = ch->ch_first[NR_RX]; in ch_connect_log1() 2127 cinfo->cinfo_first_tx_ring = ch->ch_first[NR_TX]; in ch_connect() 2129 cinfo->cinfo_first_rx_ring = ch->ch_first[NR_RX]; in ch_connect() 2400 ring_id_t qfirst = ch->ch_first[t]; in ch_set_lowat_thresh()
|
| H A D | channel_kern.c | 512 &ch->ch_na->na_tx_rings[ch->ch_first[NR_TX]]); in _kern_channel_flowadv_signal()
|
| H A D | channel_var.h | 153 ring_id_t ch_first[NR_ALL]; member
|
| /xnu-12377.41.6/bsd/skywalk/nexus/kpipe/ |
| H A D | nx_kernel_pipe.c | 421 qfirst = ch->ch_first[t]; in nx_kpipe_dom_defunct() 432 qfirst = ch->ch_first[t]; in nx_kpipe_dom_defunct()
|
| /xnu-12377.41.6/bsd/skywalk/nexus/upipe/ |
| H A D | nx_user_pipe.c | 600 ring_id_t qfirst = ch->ch_first[NR_TX]; in nx_upipe_dom_defunct()
|