Searched refs:nm_get_offset (Results 1 – 7 of 7) sorted by relevance
| /freebsd/sys/dev/netmap/ |
| H A D | if_vtnet_netmap.h | 86 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()
|
| H A D | netmap_pipe.c | 213 uint64_t off = nm_get_offset(rxkring, rs); in netmap_pipe_txsync() 216 if (nm_get_offset(rxkring, rs) < off) { in netmap_pipe_txsync()
|
| H A D | netmap_vale.c | 523 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()
|
| H A D | netmap_kern.h | 2005 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()
|
| H A D | netmap_monitor.c | 776 max_len = NETMAP_BUF_SIZE(mkring->na) - nm_get_offset(mkring, ms); in netmap_monitor_parent_sync()
|
| /freebsd/sys/dev/cxgbe/ |
| H A D | t4_netmap.c | 1011 usgl->addr0 = htobe64(ba + nm_get_offset(kring, slot)); in cxgbe_nm_tx()
|
| /freebsd/sys/net/ |
| H A D | iflib.c | 910 nm_get_offset(kring, slot); in netmap_fl_refill() 1028 uint64_t offset = nm_get_offset(kring, slot); in iflib_netmap_txsync()
|