active_cqns       725 drivers/net/ethernet/mellanox/mlxsw/pci.c 	unsigned long active_cqns[BITS_TO_LONGS(MLXSW_PCI_CQS_MAX)];
active_cqns       732 drivers/net/ethernet/mellanox/mlxsw/pci.c 	memset(&active_cqns, 0, sizeof(active_cqns));
active_cqns       747 drivers/net/ethernet/mellanox/mlxsw/pci.c 			set_bit(cqn, active_cqns);
active_cqns       764 drivers/net/ethernet/mellanox/mlxsw/pci.c 	for_each_set_bit(cqn, active_cqns, cq_count) {