Searched refs:num_commands (Results 1 – 3 of 3) sorted by relevance
629 u32 remain_frags, num_commands; in iwl_dbg_tlv_apply_buffer() local656 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()
77 __le16 num_commands; member
332 u16 num_commands, num_events; in read_commands() local339 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()