Lines Matching refs:rx
56 int rx = DCB_RX_CONFIG; in ixgbe_copy_dcb_cfg() local
95 if (dst->path[rx].prio_type != src->path[rx].prio_type) { in ixgbe_copy_dcb_cfg()
96 dst->path[rx].prio_type = src->path[rx].prio_type; in ixgbe_copy_dcb_cfg()
100 if (dst->path[rx].bwg_id != src->path[rx].bwg_id) { in ixgbe_copy_dcb_cfg()
101 dst->path[rx].bwg_id = src->path[rx].bwg_id; in ixgbe_copy_dcb_cfg()
105 if (dst->path[rx].bwg_percent != src->path[rx].bwg_percent) { in ixgbe_copy_dcb_cfg()
106 dst->path[rx].bwg_percent = src->path[rx].bwg_percent; in ixgbe_copy_dcb_cfg()
110 if (dst->path[rx].up_to_tc_bitmap != in ixgbe_copy_dcb_cfg()
111 src->path[rx].up_to_tc_bitmap) { in ixgbe_copy_dcb_cfg()
112 dst->path[rx].up_to_tc_bitmap = in ixgbe_copy_dcb_cfg()
113 src->path[rx].up_to_tc_bitmap; in ixgbe_copy_dcb_cfg()
124 if (dcfg->bw_percentage[rx][j] != scfg->bw_percentage[rx][j]) { in ixgbe_copy_dcb_cfg()
125 dcfg->bw_percentage[rx][j] = scfg->bw_percentage[rx][j]; in ixgbe_copy_dcb_cfg()