Home
last modified time | relevance | path

Searched refs:tx_doorbell_ctxt (Results 1 – 3 of 3) sorted by relevance

/xnu-8796.101.5/bsd/skywalk/channel/
H A Dchannel_kern.c330 uint32_t pkt_limit, uint32_t byte_limit, boolean_t tx_doorbell_ctxt, in kern_channel_tx_refill_common() argument
333 #pragma unused(tx_doorbell_ctxt) in kern_channel_tx_refill_common()
412 uint32_t pkt_limit, uint32_t byte_limit, boolean_t tx_doorbell_ctxt, in kern_channel_tx_refill() argument
417 byte_limit, tx_doorbell_ctxt, pkts_pending, FALSE); in kern_channel_tx_refill()
420 byte_limit, tx_doorbell_ctxt, pkts_pending, FALSE); in kern_channel_tx_refill()
426 uint32_t pkt_limit, uint32_t byte_limit, boolean_t tx_doorbell_ctxt, in kern_channel_tx_refill_canblock() argument
431 byte_limit, tx_doorbell_ctxt, pkts_pending, TRUE); in kern_channel_tx_refill_canblock()
434 byte_limit, tx_doorbell_ctxt, pkts_pending, TRUE); in kern_channel_tx_refill_canblock()
H A Dos_channel.h627 uint32_t pkt_limit, uint32_t byte_limit, boolean_t tx_doorbell_ctxt,
/xnu-8796.101.5/bsd/skywalk/nexus/netif/
H A Dnx_netif.c4129 uint32_t byte_limit, boolean_t tx_doorbell_ctxt, boolean_t *pkts_pending, argument
4230 if (tx_doorbell_ctxt &&