Home
last modified time | relevance | path

Searched refs:num_commands (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/
Diwl-dbg-tlv.c629 u32 remain_frags, num_commands; in iwl_dbg_tlv_apply_buffer() local
656 num_commands = DIV_ROUND_UP(remain_frags, BUF_ALLOC_MAX_NUM_FRAGS); in iwl_dbg_tlv_apply_buffer()
661 for (i = 0; i < num_commands; i++) { in iwl_dbg_tlv_apply_buffer()
/Linux-v5.10/include/net/bluetooth/
Dmgmt.h77 __le16 num_commands; member
/Linux-v5.10/net/bluetooth/
Dmgmt.c332 u16 num_commands, num_events; in read_commands() local
339 num_commands = ARRAY_SIZE(mgmt_commands); in read_commands()
342 num_commands = ARRAY_SIZE(mgmt_untrusted_commands); in read_commands()
346 rp_size = sizeof(*rp) + ((num_commands + num_events) * sizeof(u16)); in read_commands()
352 rp->num_commands = cpu_to_le16(num_commands); in read_commands()
358 for (i = 0; i < num_commands; i++, opcode++) in read_commands()
366 for (i = 0; i < num_commands; i++, opcode++) in read_commands()