Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_isr.c166 uint32_t reset_flags = 0; in ql_isr_aif() local
282 &set_flags, &reset_flags, in ql_isr_aif()
288 &reset_flags, intr_loop); in ql_isr_aif()
302 &reset_flags, intr_loop); in ql_isr_aif()
327 if (set_flags != 0 || reset_flags != 0) { in ql_isr_aif()
330 ha->task_daemon_flags &= ~reset_flags; in ql_isr_aif()
333 reset_flags = 0; in ql_isr_aif()
370 &reset_flags, intr_loop); in ql_isr_aif()
385 &reset_flags, intr_loop); in ql_isr_aif()
394 &set_flags, &reset_flags, intr_loop); in ql_isr_aif()
[all …]
H A Dql_api.c8039 uint32_t set_flags, uint32_t reset_flags) in ql_awaken_task_daemon() argument
8055 ha->task_daemon_flags &= ~reset_flags; in ql_awaken_task_daemon()
9595 uint32_t reset_flags; in ql_timer() local
9634 reset_flags = 0; in ql_timer()
9689 &reset_flags); in ql_timer()
9718 reset_flags |= DRIVER_STALL; in ql_timer()
9734 if (set_flags != 0 || reset_flags != 0) { in ql_timer()
9736 reset_flags); in ql_timer()
9860 ql_watchdog(ql_adapter_state_t *ha, uint32_t *set_flags, uint32_t *reset_flags) in ql_watchdog() argument
9935 set_flags, reset_flags); in ql_watchdog()
[all …]
H A Dql_mbx.c91 uint32_t reset_flags = 0; in ql_mailbox_command() local
278 if (set_flags != 0 || reset_flags != 0) { in ql_mailbox_command()
279 ql_awaken_task_daemon(ha, NULL, set_flags, reset_flags); in ql_mailbox_command()