num_sqs           103 drivers/net/ethernet/huawei/hinic/hinic_hw_io.c 			  u16 num_sqs)
num_sqs           124 drivers/net/ethernet/huawei/hinic/hinic_hw_io.c 				num_sqs, func_to_io->max_qps);
num_sqs           125 drivers/net/ethernet/huawei/hinic/hinic_hw_io.c 	for (i = 0; i < num_sqs; i++) {
num_sqs           132 drivers/net/ethernet/huawei/hinic/hinic_hw_io.c 	cmdq_buf.size = HINIC_SQ_CTXT_SIZE(num_sqs);
num_sqs           126 drivers/net/ethernet/huawei/hinic/hinic_hw_qp_ctxt.h #define HINIC_SQ_CTXT_SIZE(num_sqs) (sizeof(struct hinic_qp_ctxt_header) \
num_sqs           127 drivers/net/ethernet/huawei/hinic/hinic_hw_qp_ctxt.h 				     + (num_sqs) * sizeof(struct hinic_sq_ctxt))
num_sqs           471 drivers/net/ethernet/mellanox/mlx5/core/en_rep.c 	int n, tc, num_sqs = 0;
num_sqs           482 drivers/net/ethernet/mellanox/mlx5/core/en_rep.c 			sqs[num_sqs++] = c->sq[tc].sqn;
num_sqs           485 drivers/net/ethernet/mellanox/mlx5/core/en_rep.c 	err = mlx5e_sqs2vport_start(esw, rep, sqs, num_sqs);