HomeSort by: relevance | last modified time | path
    Searched refs:nm_i (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe_netmap.c 198 u_int nm_i; /* index into the netmap ring */ local in function:ixgbe_netmap_txsync
219 * nm_i is the current index in the netmap ring,
225 * nm_i = kring->nr_hwcur
228 * nm_i == (nic_i + kring->nkr_hwofs) % ring_size
252 nm_i = kring->nr_hwcur;
253 if (nm_i != head) { /* we have new packets to send */
254 nic_i = netmap_idx_k2n(kring, nm_i);
256 __builtin_prefetch(&ring->slot[nm_i]);
259 for (n = 0; nm_i != head; n++) {
260 struct netmap_slot *slot = &ring->slot[nm_i];
386 u_int nm_i; \/* index into the netmap ring *\/ local in function:ixgbe_netmap_rxsync
    [all...]

Completed in 38 milliseconds