Searched refs:NMB (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_offloadings.c179 dst = NMB(&dst_na->up, dst_slot);
399 dst = NMB(&dst_na->up, dst_slot);
457 dst = NMB(&dst_na->up, dst_slot);
H A Dnetmap_generic.c688 void *addr = NMB(na, slot);
979 nmaddr = NMB(na, &ring->slot[nm_i]);
H A Dnetmap_monitor.c769 char *src = NMB(kring->na, s),
770 *dst = NMB(mkring->na, ms);
H A Dnetmap_vale.c652 (void *)(uintptr_t)slot->ptr : NMB(&na->up, slot);
1111 dst = NMB(&dst_na->up, slot);
H A Dnetmap.c1185 m = m_devget(NMB(na, slot), slot->len, 0, na->ifp, NULL);
1341 m_copydata(m, 0, len, NMB(na, slot));
1344 nm_prinf("%s", nm_dump_buf(NMB(na, slot),len, 128, NULL));
H A Dnetmap_bdg.c974 void *addr = NMB(na, slot);
H A Dnetmap_kern.h1876 * NMB return the virtual address of a buffer (buffer 0 on bad index)
1880 NMB(struct netmap_adapter *na, struct netmap_slot *slot) function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DBitTracker.cpp1004 uint16_t NMB = NM.first(), NME = NM.last();
1006 assert((OME-OMB == NME-NMB) &&
1017 V.RefI.Pos += NMB-OMB;
/freebsd-11-stable/sys/dev/ena/
H A Dena_netmap.c513 slot_vaddr = NMB(na, nm_slot);
600 *push_hdr = NMB(ctx->na, slot);
/freebsd-11-stable/sys/dev/ixgbe/
H A Dix_txrx.c594 txbuf->map, NMB(na, slot + si));
/freebsd-11-stable/sys/dev/ixl/
H A Dixl_txrx.c628 netmap_load_map(na, buf->tag, buf->map, NMB(na, slot + si));
/freebsd-11-stable/sys/dev/e1000/
H A Dif_igb.c3609 netmap_load_map(na, txr->txtag, txbuf->map, NMB(na, slot + si));
/freebsd-11-stable/sys/net/
H A Diflib.c1181 netmap_load_map(na, txq->ift_desc_tag, txq->ift_sds.ifsd_map[i], NMB(na, slot + si));

Completed in 387 milliseconds