Home
last modified time | relevance | path

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

/freebsd/sys/dev/netmap/
H A Dif_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()
H A Dnetmap_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()
H A Dnetmap_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()
H A Dnetmap_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()
H A Dnetmap_monitor.c776 max_len = NETMAP_BUF_SIZE(mkring->na) - nm_get_offset(mkring, ms); in netmap_monitor_parent_sync()
/freebsd/sys/dev/cxgbe/
H A Dt4_netmap.c1011 usgl->addr0 = htobe64(ba + nm_get_offset(kring, slot)); in cxgbe_nm_tx()
/freebsd/sys/net/
H A Diflib.c910 nm_get_offset(kring, slot); in netmap_fl_refill()
1028 uint64_t offset = nm_get_offset(kring, slot); in iflib_netmap_txsync()