Searched refs:prio2tc (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
H A Dfw_qos.c52 u8 prio2tc[4]; member in struct:mlx4_set_port_prio2tc_context
85 int mlx4_SET_PORT_PRIO2TC(struct mlx4_dev *dev, u8 port, u8 *prio2tc) mlx4_SET_PORT_PRIO2TC() argument
100 context->prio2tc[i >> 1] = prio2tc[i] << 4 | prio2tc[i + 1]; mlx4_SET_PORT_PRIO2TC()
H A Dfw_qos.h62 * @prio2tc: Array of TC associated with each priorities.
66 int mlx4_SET_PORT_PRIO2TC(struct mlx4_dev *dev, u8 port, u8 *prio2tc);

Completed in 83 milliseconds