Lines Matching refs:d_i
761 uint16_t dst_port, d_i; in nm_vale_flush() local
791 d_i = dst_port * NM_BDG_MAXRINGS + dst_ring; in nm_vale_flush()
792 d = dst_ents + d_i; in nm_vale_flush()
799 dsts[num_dsts++] = d_i; in nm_vale_flush()
815 uint16_t d_i; in nm_vale_flush() local
819 d_i = i * NM_BDG_MAXRINGS; in nm_vale_flush()
820 if (dst_ents[d_i].bq_head == NM_FT_NULL) in nm_vale_flush()
821 dsts[num_dsts++] = d_i; in nm_vale_flush()
831 u_int dst_nr, lim, j, d_i, next, brd_next; in nm_vale_flush() local
839 d_i = dsts[i]; in nm_vale_flush()
840 nm_prdis("second pass %d port %d", i, d_i); in nm_vale_flush()
841 d = dst_ents + d_i; in nm_vale_flush()
843 dst_na = b->bdg_ports[d_i/NM_BDG_MAXRINGS]; in nm_vale_flush()
902 i, d_i, nm_is_bwrap(&dst_na->up) ? "nic/host" : "virtual"); in nm_vale_flush()
903 dst_nr = d_i & (NM_BDG_MAXRINGS-1); in nm_vale_flush()