Searched refs:rdst (Results 1 – 2 of 2) sorted by relevance
121 int32_t rsrc, rdst; /* original source / destination rates */ member707 info->dst = info->rdst - (info->rdst % ((feeder_rate_round > 0 && in z_resampler_reset()708 info->rdst > feeder_rate_round) ? feeder_rate_round : 1)); in z_resampler_reset()1368 info->src, info->rsrc, info->dst, info->rdst); in z_resampler_setup()1449 if (value == info->rdst) in z_resampler_set()1451 info->rdst = value; in z_resampler_set()1497 return (info->rdst); in z_resampler_get()1526 info->rdst = Z_RATE_DEFAULT; in z_resampler_init()
1103 struct netmap_ring *rdst = kdst->ring; in netmap_sw_to_nic() local1107 for (; rxcur != head && !nm_ring_empty(rdst); in netmap_sw_to_nic()1110 u_int dst_cur = rdst->cur; in netmap_sw_to_nic()1118 dst = &rdst->slot[dst_cur]; in netmap_sw_to_nic()1129 rdst->cur = nm_next(dst_cur, dst_lim); in netmap_sw_to_nic()