Home
last modified time | relevance | path

Searched refs:atok (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/netmap/
H A Dnetmap_kloop.c972 netmap_pt_guest_txsync(struct nm_csb_atok *atok, struct nm_csb_ktoa *ktoa, in netmap_pt_guest_txsync() argument
978 atok->appl_need_kick = 0; in netmap_pt_guest_txsync()
985 nm_sync_kloop_appl_write(atok, kring->rcur, kring->rhead); in netmap_pt_guest_txsync()
991 atok->sync_flags = flags; in netmap_pt_guest_txsync()
1010 atok->appl_need_kick = 1; in netmap_pt_guest_txsync()
1017 atok->appl_need_kick = 0; in netmap_pt_guest_txsync()
1022 kring->name, atok->head, atok->cur, ktoa->hwtail, in netmap_pt_guest_txsync()
1040 netmap_pt_guest_rxsync(struct nm_csb_atok *atok, struct nm_csb_ktoa *ktoa, in netmap_pt_guest_rxsync() argument
1046 atok->appl_need_kick = 0; in netmap_pt_guest_rxsync()
1061 nm_sync_kloop_appl_write(atok, kring->rcur, kring->rhead); in netmap_pt_guest_rxsync()
[all …]
H A Dif_ptnet.c125 struct nm_csb_atok *atok; member
374 pq->atok = sc->csb_gh + i; in ptnet_attach()
791 pq->atok->appl_need_kick = 0; in ptnet_ioctl()
805 pq->atok->appl_need_kick = 1; in ptnet_ioctl()
1122 struct nm_csb_atok *atok = sc->queues[i].atok; in ptnet_sync_from_csb() local
1131 kring->rhead = kring->ring->head = atok->head; in ptnet_sync_from_csb()
1132 kring->rcur = kring->ring->cur = atok->cur; in ptnet_sync_from_csb()
1138 ktoa->hwcur, atok->head, atok in ptnet_sync_from_csb()
1343 struct nm_csb_atok *atok = pq->atok; ptnet_ring_update() local
1378 struct nm_csb_atok *atok; ptnet_drain_transmit_queue() local
1675 struct nm_csb_atok *atok = pq->atok; ptnet_rx_eof() local
[all...]
H A Dnetmap_kern.h2378 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 Dnetmap.h866 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 Dmdoc_macro.c557 enum roff_tok atok, ntok; in blk_exp_close() local
576 atok = rew_alt(tok); in blk_exp_close()
579 if (n->flags & NODE_ENDED || n->tok != atok || in blk_exp_close()
620 if (atok == n->tok) { in blk_exp_close()
642 roff_name[atok], roff_name[later->tok]); in blk_exp_close()
645 atok, body); in blk_exp_close()
696 mdoc_tail_alloc(mdoc, line, ppos, atok); in blk_exp_close()
/freebsd/sys/dev/safexcel/
H A Dsafexcel.c790 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()