Searched refs:num_commands (Results 1 – 3 of 3) sorted by relevance
637 u32 remain_frags, num_commands; in iwl_dbg_tlv_apply_buffer() local664 num_commands = DIV_ROUND_UP(remain_frags, BUF_ALLOC_MAX_NUM_FRAGS); in iwl_dbg_tlv_apply_buffer()669 for (i = 0; i < num_commands; i++) { in iwl_dbg_tlv_apply_buffer()
77 __le16 num_commands; member
383 u16 num_commands, num_events; in read_commands() local390 num_commands = ARRAY_SIZE(mgmt_commands); in read_commands()393 num_commands = ARRAY_SIZE(mgmt_untrusted_commands); in read_commands()397 rp_size = sizeof(*rp) + ((num_commands + num_events) * sizeof(u16)); in read_commands()403 rp->num_commands = cpu_to_le16(num_commands); in read_commands()409 for (i = 0; i < num_commands; i++, opcode++) in read_commands()417 for (i = 0; i < num_commands; i++, opcode++) in read_commands()