Home
last modified time | relevance | path

Searched refs:fw_cmds (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/scsi/
H A Dmegasas.c90 uint32_t fw_cmds; member
456 while (num < s->fw_cmds && index < MEGASAS_MAX_FRAMES) { in megasas_lookup_frame()
461 index = megasas_next_index(s, index, s->fw_cmds); in megasas_lookup_frame()
496 while (index < s->fw_cmds) { in megasas_enqueue_frame()
497 index = find_next_zero_bit(s->frame_map, s->fw_cmds, index); in megasas_enqueue_frame()
503 if (index >= s->fw_cmds) { in megasas_enqueue_frame()
574 s->reply_queue_head = megasas_next_index(s, tail, s->fw_cmds); in megasas_complete_frame()
615 for (i = 0; i < s->fw_cmds; i++) { in megasas_reset_frames()
661 if (s->reply_queue_len > s->fw_cmds) { in megasas_init_firmware()
662 trace_megasas_initq_mismatch(s->reply_queue_len, s->fw_cmds); in megasas_init_firmware()
[all …]
H A Dtrace-events50 megasas_initq_mismatch(int queue_len, int fw_cmds) "queue size %d max fw cmds %d"