Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/skywalk/nexus/
H A Dos_nexus.h798 uint64_t qset_id, kern_netif_qset_t qset, void **qset_ctx);
812 kern_nexus_t nexus, void *qset_ctx);
830 kern_nexus_t nexus, void *qset_ctx, uint8_t qidx, bool tx,
857 nexus_prov, kern_nexus_t nexus, void *qset_ctx, uint32_t flags);
H A Dnexus_var.h672 nx_tx_qset_notify(struct kern_nexus *nx, void *qset_ctx) in nx_tx_qset_notify() argument
681 qset_ctx, 0); in nx_tx_qset_notify()
/xnu-11417.140.69/bsd/net/
H A Dif_fake.c2537 feth_notify_steering_info(void *prov_ctx, void *qset_ctx, in feth_notify_steering_info() argument
2542 fake_qset * __single qset = qset_ctx; in feth_notify_steering_info()
2757 void **qset_ctx) in feth_nx_qset_init() argument
2782 *qset_ctx = fqs; in feth_nx_qset_init()
2792 void *qset_ctx) in feth_nx_qset_fini() argument
2796 fake_qset * __single fqs = qset_ctx; in feth_nx_qset_fini()
2809 void *qset_ctx, uint8_t qidx, bool tx, kern_netif_queue_t queue, in feth_nx_queue_init() argument
2814 fake_qset *__single fqs = qset_ctx; in feth_nx_queue_init()
2922 void *qset_ctx, uint32_t flags) in feth_nx_tx_qset_notify() argument
2930 fake_qset * __single qset = qset_ctx; in feth_nx_tx_qset_notify()