Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/raid/iir/
H A Diir.c621 gdt->sc_cmd_cnt = 0; in gdt_internal_cmd()
695 gdt->sc_cmd_cnt = gdt->sc_cmd_off = 0; in gdt_next()
772 if (gdt->sc_cmd_cnt > 0) in gdt_next()
777 if ((gdt->sc_state & GDT_POLLING) && gdt->sc_cmd_cnt > 0) { in gdt_next()
810 if (gdt->sc_cmd_cnt == 0) in gdt_raw_cmd()
918 if (gdt->sc_cmd_cnt == 0) in gdt_cache_cmd()
1055 if (gdt->sc_cmd_cnt == 0) in gdt_ioctl_cmd()
1678 gdt->sc_cmd_cnt = 0; in gdt_async_event()
1752 gdt->sc_cmd_cnt = 0; in gdt_sync_event()
1796 gdt->sc_cmd_cnt = 0; in gdt_sync_event()
H A Diir_pci.c384 u_int16_t cmd_no = gdt->sc_cmd_cnt++; in gdt_mpr_copy_cmd()
H A Diir.h624 u_int16_t sc_cmd_cnt; member