Searched refs:sqc (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_main.c | 42 u32 sqc[MLX5_ST_SZ_DW(sqc)]; member 540 void *sqc = param->sqc; in mlx5e_create_sq() local 541 void *sqc_wq = MLX5_ADDR_OF(sqc, sqc, wq); in mlx5e_create_sq() 605 void *sqc; in mlx5e_enable_sq() local 616 sqc = MLX5_ADDR_OF(create_sq_in, in, ctx); in mlx5e_enable_sq() 617 wq = MLX5_ADDR_OF(sqc, sqc, wq); in mlx5e_enable_sq() 619 memcpy(sqc, param->sqc, sizeof(param->sqc)); in mlx5e_enable_sq() 621 MLX5_SET(sqc, sqc, tis_num_0, priv->tisn[sq->tc]); in mlx5e_enable_sq() 622 MLX5_SET(sqc, sqc, cqn, c->sq[sq->tc].cq.mcq.cqn); in mlx5e_enable_sq() 623 MLX5_SET(sqc, sqc, state, MLX5_SQC_STATE_RST); in mlx5e_enable_sq() [all …]
|