Searched refs:q_params (Results 1 – 3 of 3) sorted by relevance
657 q_stats->q_params[i].inv_pmax659 q_stats->q_params[i].th_min661 q_stats->q_params[i].th_max680 new = rio_alloc(fc->rio_weight, &fc->q_params[0],694 if (limit < fc->q_params[RIO_NDROPPREC-1].th_max)695 limit = fc->q_params[RIO_NDROPPREC-1].th_max;706 fc->q_params[i].inv_pmax =708 fc->q_params[i].th_min =710 fc->q_params[i].th_max =
54 struct redparams q_params[RIO_NDROPPREC]; member59 struct redparams q_params[RIO_NDROPPREC]; member
4117 struct ecore_queue_state_params q_params = { NULL }; in bxe_stop_queue() local4122 q_params.q_obj = &sc->sp_objs[fp->index].q_obj; in bxe_stop_queue()4124 bxe_set_bit(RAMROD_COMP_WAIT, &q_params.ramrod_flags); in bxe_stop_queue()4129 q_params.cmd = ECORE_Q_CMD_HALT; in bxe_stop_queue()4130 rc = ecore_queue_state_change(sc, &q_params); in bxe_stop_queue()4136 q_params.cmd = ECORE_Q_CMD_TERMINATE; in bxe_stop_queue()4137 memset(&q_params.params.terminate, 0, sizeof(q_params.params.terminate)); in bxe_stop_queue()4138 q_params.params.terminate.cid_index = FIRST_TX_COS_INDEX; in bxe_stop_queue()4139 rc = ecore_queue_state_change(sc, &q_params); in bxe_stop_queue()4145 q_params.cmd = ECORE_Q_CMD_CFC_DEL; in bxe_stop_queue()[all …]