Searched refs:atok (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sys/dev/netmap/ |
| H A D | netmap_kloop.c | 974 netmap_pt_guest_txsync(struct nm_csb_atok *atok, struct nm_csb_ktoa *ktoa, in netmap_pt_guest_txsync() argument 980 atok->appl_need_kick = 0; in netmap_pt_guest_txsync() 987 nm_sync_kloop_appl_write(atok, kring->rcur, kring->rhead); in netmap_pt_guest_txsync() 993 atok->sync_flags = flags; in netmap_pt_guest_txsync() 1012 atok->appl_need_kick = 1; in netmap_pt_guest_txsync() 1019 atok->appl_need_kick = 0; in netmap_pt_guest_txsync() 1024 kring->name, atok->head, atok->cur, ktoa->hwtail, in netmap_pt_guest_txsync() 1042 netmap_pt_guest_rxsync(struct nm_csb_atok *atok, struct nm_csb_ktoa *ktoa, in netmap_pt_guest_rxsync() argument 1048 atok->appl_need_kick = 0; in netmap_pt_guest_rxsync() 1063 nm_sync_kloop_appl_write(atok, kring->rcur, kring->rhead); in netmap_pt_guest_rxsync() [all …]
|
| H A D | if_ptnet.c | 123 struct nm_csb_atok *atok; member 372 pq->atok = sc->csb_gh + i; in ptnet_attach() 789 pq->atok->appl_need_kick = 0; in ptnet_ioctl() 803 pq->atok->appl_need_kick = 1; in ptnet_ioctl() 1120 struct nm_csb_atok *atok = sc->queues[i].atok; in ptnet_sync_from_csb() local 1129 kring->rhead = kring->ring->head = atok->head; in ptnet_sync_from_csb() 1130 kring->rcur = kring->ring->cur = atok->cur; in ptnet_sync_from_csb() 1136 ktoa->hwcur, atok->head, atok->cur, in ptnet_sync_from_csb() 1180 pq->atok->appl_need_kick = 1; in ptnet_nm_register() 1190 pq->atok->appl_need_kick = in ptnet_nm_register() [all …]
|
| H A D | netmap_kern.h | 2378 bool netmap_pt_guest_txsync(struct nm_csb_atok *atok, 2381 bool netmap_pt_guest_rxsync(struct nm_csb_atok *atok,
|
| /freebsd/sys/net/ |
| H A D | netmap.h | 866 nm_sync_kloop_appl_write(struct nm_csb_atok *atok, uint32_t cur, in nm_sync_kloop_appl_write() argument 894 atok->cur = cur; in nm_sync_kloop_appl_write() 896 atok->head = head; in nm_sync_kloop_appl_write()
|
| /freebsd/contrib/mandoc/ |
| H A D | mdoc_macro.c | 556 enum roff_tok atok, ntok; in blk_exp_close() local 575 atok = rew_alt(tok); in blk_exp_close() 578 if (n->flags & NODE_ENDED || n->tok != atok || in blk_exp_close() 619 if (atok == n->tok) { in blk_exp_close() 641 roff_name[atok], roff_name[later->tok]); in blk_exp_close() 644 atok, body); in blk_exp_close() 695 mdoc_tail_alloc(mdoc, line, ppos, atok); in blk_exp_close()
|
| /freebsd/sys/dev/safexcel/ |
| H A D | safexcel.c | 790 uint64_t atok; in safexcel_init_rings() local 806 atok = ring->dma_atok.paddr + in safexcel_init_rings() 808 cdesc->atok_lo = SAFEXCEL_ADDR_LO(atok); in safexcel_init_rings() 809 cdesc->atok_hi = SAFEXCEL_ADDR_HI(atok); in safexcel_init_rings()
|