Lines Matching refs:direction
92 * @direction: Configuring either Tx or Rx
100 u32 max_frame_size, u8 direction)
124 p = &dcb_config->tc_config[i].path[direction];
125 bw_percent = dcb_config->bw_percentage[direction][p->bwg_id];
146 p = &dcb_config->tc_config[i].path[direction];
147 bw_percent = dcb_config->bw_percentage[direction][p->bwg_id];
179 if (direction == IXGBE_DCB_TX_CONFIG) {
228 void ixgbe_dcb_unpack_refill_cee(struct ixgbe_dcb_config *cfg, int direction,
235 refill[tc] = tc_config[tc].path[direction].data_credits_refill;
247 void ixgbe_dcb_unpack_bwgid_cee(struct ixgbe_dcb_config *cfg, int direction,
254 bwgid[tc] = tc_config[tc].path[direction].bwg_id;
257 void ixgbe_dcb_unpack_tsa_cee(struct ixgbe_dcb_config *cfg, int direction,
264 tsa[tc] = tc_config[tc].path[direction].tsa;
267 u8 ixgbe_dcb_get_tc_from_up(struct ixgbe_dcb_config *cfg, int direction, u8 up)
283 if (prio_mask & tc_config[tc].path[direction].up_to_tc_bitmap)
290 void ixgbe_dcb_unpack_map_cee(struct ixgbe_dcb_config *cfg, int direction,
296 map[up] = ixgbe_dcb_get_tc_from_up(cfg, direction, up);