Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/skywalk/nexus/
H A Dos_nexus.h807 uint64_t qset_id, kern_netif_qset_t qset, void **qset_ctx);
821 kern_nexus_t nexus, void *qset_ctx);
839 kern_nexus_t nexus, void *qset_ctx, uint8_t qidx, bool tx,
866 nexus_prov, kern_nexus_t nexus, void *qset_ctx, uint32_t flags);
H A Dnexus_var.h650 nx_tx_qset_notify(struct kern_nexus *nx, void *qset_ctx) in nx_tx_qset_notify() argument
659 qset_ctx, 0); in nx_tx_qset_notify()
/xnu-12377.61.12/bsd/net/
H A Dif_fake.c2545 feth_notify_steering_info(void *prov_ctx, void *qset_ctx, in feth_notify_steering_info() argument
2550 fake_qset * __single qset = qset_ctx; in feth_notify_steering_info()
2799 void **qset_ctx) in feth_nx_qset_init() argument
2824 *qset_ctx = fqs; in feth_nx_qset_init()
2834 void *qset_ctx) in feth_nx_qset_fini() argument
2838 fake_qset * __single fqs = qset_ctx; in feth_nx_qset_fini()
2851 void *qset_ctx, uint8_t qidx, bool tx, kern_netif_queue_t queue, in feth_nx_queue_init() argument
2856 fake_qset *__single fqs = qset_ctx; in feth_nx_queue_init()
2964 void *qset_ctx, uint32_t flags) in feth_nx_tx_qset_notify() argument
2971 fake_qset * __single qset = qset_ctx; in feth_nx_tx_qset_notify()