Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/
Diwl-dbg-tlv.c581 u32 remain_frags, num_commands; in iwl_dbg_tlv_apply_buffer() local
608 num_commands = DIV_ROUND_UP(remain_frags, BUF_ALLOC_MAX_NUM_FRAGS); in iwl_dbg_tlv_apply_buffer()
613 for (i = 0; i < num_commands; i++) { in iwl_dbg_tlv_apply_buffer()
/Linux-v5.15/include/net/bluetooth/
Dmgmt.h77 __le16 num_commands; member
/Linux-v5.15/net/bluetooth/
Dmgmt.c340 u16 num_commands, num_events; in read_commands() local
347 num_commands = ARRAY_SIZE(mgmt_commands); in read_commands()
350 num_commands = ARRAY_SIZE(mgmt_untrusted_commands); in read_commands()
354 rp_size = sizeof(*rp) + ((num_commands + num_events) * sizeof(u16)); in read_commands()
360 rp->num_commands = cpu_to_le16(num_commands); in read_commands()
366 for (i = 0; i < num_commands; i++, opcode++) in read_commands()
374 for (i = 0; i < num_commands; i++, opcode++) in read_commands()