Lines Matching refs:tx
55 int tx = DCB_TX_CONFIG; in ixgbe_copy_dcb_cfg() local
73 if (dst->path[tx].prio_type != src->path[tx].prio_type) { in ixgbe_copy_dcb_cfg()
74 dst->path[tx].prio_type = src->path[tx].prio_type; in ixgbe_copy_dcb_cfg()
78 if (dst->path[tx].bwg_id != src->path[tx].bwg_id) { in ixgbe_copy_dcb_cfg()
79 dst->path[tx].bwg_id = src->path[tx].bwg_id; in ixgbe_copy_dcb_cfg()
83 if (dst->path[tx].bwg_percent != src->path[tx].bwg_percent) { in ixgbe_copy_dcb_cfg()
84 dst->path[tx].bwg_percent = src->path[tx].bwg_percent; in ixgbe_copy_dcb_cfg()
88 if (dst->path[tx].up_to_tc_bitmap != in ixgbe_copy_dcb_cfg()
89 src->path[tx].up_to_tc_bitmap) { in ixgbe_copy_dcb_cfg()
90 dst->path[tx].up_to_tc_bitmap = in ixgbe_copy_dcb_cfg()
91 src->path[tx].up_to_tc_bitmap; in ixgbe_copy_dcb_cfg()
120 if (dcfg->bw_percentage[tx][j] != scfg->bw_percentage[tx][j]) { in ixgbe_copy_dcb_cfg()
121 dcfg->bw_percentage[tx][j] = scfg->bw_percentage[tx][j]; in ixgbe_copy_dcb_cfg()