Lines Matching full:direction
88 * @direction: Configuring either Tx or Rx
96 u32 max_frame_size, u8 direction)
120 p = &dcb_config->tc_config[i].path[direction];
121 bw_percent = dcb_config->bw_percentage[direction][p->bwg_id];
142 p = &dcb_config->tc_config[i].path[direction];
143 bw_percent = dcb_config->bw_percentage[direction][p->bwg_id];
175 if (direction == IXGBE_DCB_TX_CONFIG) {
224 void ixgbe_dcb_unpack_refill_cee(struct ixgbe_dcb_config *cfg, int direction,
231 refill[tc] = tc_config[tc].path[direction].data_credits_refill;
243 void ixgbe_dcb_unpack_bwgid_cee(struct ixgbe_dcb_config *cfg, int direction,
250 bwgid[tc] = tc_config[tc].path[direction].bwg_id;
253 void ixgbe_dcb_unpack_tsa_cee(struct ixgbe_dcb_config *cfg, int direction,
260 tsa[tc] = tc_config[tc].path[direction].tsa;
263 u8 ixgbe_dcb_get_tc_from_up(struct ixgbe_dcb_config *cfg, int direction, u8 up)
279 if (prio_mask & tc_config[tc].path[direction].up_to_tc_bitmap)
286 void ixgbe_dcb_unpack_map_cee(struct ixgbe_dcb_config *cfg, int direction,
292 map[up] = ixgbe_dcb_get_tc_from_up(cfg, direction, up);