Searched refs:cparams (Results 1 – 2 of 2) sorted by relevance
523 struct mlx5e_ptp_params *cparams) in mlx5e_ptp_open_txqsqs() argument562 struct mlx5e_ptp_params *cparams) in mlx5e_ptp_open_tx_cqs() argument616 struct mlx5e_ptp_params *cparams) in mlx5e_ptp_open_rx_cq() argument630 cq_param = &cparams->rq_param.cqp; in mlx5e_ptp_open_rx_cq()743 struct mlx5e_ptp_params *cparams) in mlx5e_ptp_open_queues() argument761 err = mlx5e_ptp_open_rq(c, &cparams->params, &cparams->rq_param); in mlx5e_ptp_open_queues()882 struct mlx5e_ptp_params *cparams; in mlx5e_ptp_open() local888 cparams = kvzalloc(sizeof(*cparams), GFP_KERNEL); in mlx5e_ptp_open()889 if (!c || !cparams) { in mlx5e_ptp_open()921 kvfree(cparams); in mlx5e_ptp_open()[all …]
261 static const struct cparams { struct266 } cparams[] = { variable290 for (i = 0; i < ARRAY_SIZE(cparams); i++) { in gen5_rps_init()291 if (cparams[i].i == c_m && in gen5_rps_init()292 cparams[i].t == DIV_ROUND_CLOSEST(i915->mem_freq, 1000)) { in gen5_rps_init()293 rps->ips.m = cparams[i].m; in gen5_rps_init()294 rps->ips.c = cparams[i].c; in gen5_rps_init()
Completed in 13 milliseconds