Searched refs:qdisc_state (Results 1 – 1 of 1) sorted by relevance
162 struct mlxsw_sp_qdisc_state *qdisc_state = mlxsw_sp_port->qdisc; in mlxsw_sp_qdisc_find() local164 if (!qdisc_state) in mlxsw_sp_qdisc_find()167 return &qdisc_state->root_qdisc; in mlxsw_sp_qdisc_find()168 return mlxsw_sp_qdisc_walk(&qdisc_state->root_qdisc, in mlxsw_sp_qdisc_find()185 struct mlxsw_sp_qdisc_state *qdisc_state = mlxsw_sp_port->qdisc; in mlxsw_sp_qdisc_find_by_handle() local187 if (!qdisc_state) in mlxsw_sp_qdisc_find_by_handle()189 return mlxsw_sp_qdisc_walk(&qdisc_state->root_qdisc, in mlxsw_sp_qdisc_find_by_handle()1166 struct mlxsw_sp_qdisc_state *qdisc_state = mlxsw_sp_port->qdisc; in mlxsw_sp_qdisc_future_fifo_replace() local1168 if (handle == qdisc_state->future_handle && in mlxsw_sp_qdisc_future_fifo_replace()1169 qdisc_state->future_fifos[band]) in mlxsw_sp_qdisc_future_fifo_replace()[all …]