num_commands       71 include/net/bluetooth/mgmt.h 	__le16	num_commands;
num_commands      304 net/bluetooth/mgmt.c 	u16 num_commands, num_events;
num_commands      311 net/bluetooth/mgmt.c 		num_commands = ARRAY_SIZE(mgmt_commands);
num_commands      314 net/bluetooth/mgmt.c 		num_commands = ARRAY_SIZE(mgmt_untrusted_commands);
num_commands      318 net/bluetooth/mgmt.c 	rp_size = sizeof(*rp) + ((num_commands + num_events) * sizeof(u16));
num_commands      324 net/bluetooth/mgmt.c 	rp->num_commands = cpu_to_le16(num_commands);
num_commands      330 net/bluetooth/mgmt.c 		for (i = 0; i < num_commands; i++, opcode++)
num_commands      338 net/bluetooth/mgmt.c 		for (i = 0; i < num_commands; i++, opcode++)