Home
last modified time | relevance | path

Searched refs:nm_get_offset (Results 1 – 7 of 7) sorted by relevance

/freebsd-head/sys/dev/netmap/
HDif_vtnet_netmap.h86 uint64_t offset = nm_get_offset(kring, slot); in vtnet_netmap_txsync()
174 uint64_t offset = nm_get_offset(kring, slot); in vtnet_netmap_kring_refill()
HDnetmap_pipe.c213 uint64_t off = nm_get_offset(rxkring, rs); in netmap_pipe_txsync()
216 if (nm_get_offset(rxkring, rs) < off) { in netmap_pipe_txsync()
HDnetmap_vale.c523 slot->len > NETMAP_BUF_SIZE(&na->up) - nm_get_offset(kring, slot))) { in nm_vale_preflush()
983 dstoff = nm_get_offset(kring, slot); in nm_vale_flush()
1003 dstoff = nm_get_offset(kring, slot); in nm_vale_flush()
HDnetmap_kern.h2005 nm_get_offset(struct netmap_kring *kring, struct netmap_slot *slot) in nm_get_offset() function
2017 return (char *)addr + nm_get_offset(kring, slot); in NMB_O()
2024 uint64_t offset = nm_get_offset(kring, slot); in PNMB_O()
HDnetmap_monitor.c776 max_len = NETMAP_BUF_SIZE(mkring->na) - nm_get_offset(mkring, ms); in netmap_monitor_parent_sync()
/freebsd-head/sys/dev/cxgbe/
HDt4_netmap.c1006 usgl->addr0 = htobe64(ba + nm_get_offset(kring, slot)); in cxgbe_nm_tx()
/freebsd-head/sys/net/
HDiflib.c932 nm_get_offset(kring, slot); in netmap_fl_refill()
1050 uint64_t offset = nm_get_offset(kring, slot); in iflib_netmap_txsync()