Searched refs:INTR_OK (Results 1 – 10 of 10) sorted by relevance
| /freebsd-11-stable/sys/dev/cxgbe/ |
| HD | t4_sched.c | 62 rc = begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4sscc"); in set_sched_class_config() 202 sleep_ok ? (SLEEP_OK | INTR_OK) : HOLD_LOCK, "t4sscp"); in set_sched_class_params() 252 if (begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, in update_tx_sched() 334 rc = begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4btxq"); in bind_txq_to_traffic_class()
|
| HD | t4_tracer.c | 285 rc = begin_synchronized_op(sc, NULL, HOLD_LOCK | SLEEP_OK | INTR_OK, in t4_get_tracer() 334 rc = begin_synchronized_op(sc, NULL, HOLD_LOCK | SLEEP_OK | INTR_OK, in t4_set_tracer()
|
| HD | t4_main.c | 1757 if (begin_synchronized_op(sc, vi, SLEEP_OK | INTR_OK, "t4init") != 0) in cxgbe_init() 1779 rc = begin_synchronized_op(sc, vi, SLEEP_OK | INTR_OK, "t4mtu"); in cxgbe_ioctl() 1815 can_sleep ? (SLEEP_OK | INTR_OK) : HOLD_LOCK, "t4flg"); in cxgbe_ioctl() 1857 rc = begin_synchronized_op(sc, vi, SLEEP_OK | INTR_OK, "t4cap"); in cxgbe_ioctl() 1982 rc = begin_synchronized_op(sc, vi, SLEEP_OK | INTR_OK, "t4i2c"); in cxgbe_ioctl() 2193 rc = begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4mec"); in cxgbe_media_change() 2380 if (begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4med") != 0) in cxgbe_media_status() 2490 rc = begin_synchronized_op(sc, vi, SLEEP_OK | INTR_OK, "t4via"); in vcxgbe_attach() 4870 if (INTR_OK) in begin_synchronized_op() 6698 rc = begin_synchronized_op(sc, &pi->vi[0], SLEEP_OK | INTR_OK, "t4btt"); in sysctl_btphy() [all …]
|
| HD | adapter.h | 143 INTR_OK = (1 << 2), enumerator
|
| HD | t4_filter.c | 489 rc = begin_synchronized_op(sc, NULL, HOLD_LOCK | SLEEP_OK | INTR_OK, in set_filter_mode() 880 rc = begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4setf"); in set_filter()
|
| HD | t4_netmap.c | 444 rc = begin_synchronized_op(sc, vi, SLEEP_OK | INTR_OK, "t4nmreg"); in cxgbe_netmap_reg()
|
| /freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/ |
| HD | device.c | 331 if (begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4iwact") != 0) in c4iw_activate_all() 345 if (begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4iwdea") != 0) in c4iw_deactivate_all()
|
| /freebsd-11-stable/sys/dev/cxgbe/cxgbei/ |
| HD | cxgbei.c | 842 if (begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4isact") != 0) in cxgbei_activate_all() 856 if (begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4isdea") != 0) in cxgbei_deactivate_all()
|
| /freebsd-11-stable/sys/dev/cxgbe/cudbg/ |
| HD | cudbg_lib.c | 81 rc = begin_synchronized_op(padap, NULL, SLEEP_OK | INTR_OK, in read_sge_ctxt() 2730 rc = begin_synchronized_op(padap, NULL, SLEEP_OK | INTR_OK, in cudbg_t4_fwcache() 3346 rc = begin_synchronized_op(padap, NULL, SLEEP_OK | INTR_OK, "t4cudq"); in collect_tid() 3622 SLEEP_OK | INTR_OK, "t4cudm"); in collect_mps_tcam()
|
| /freebsd-11-stable/sys/dev/cxgbe/tom/ |
| HD | t4_tom.c | 1248 if (begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4tomun")) in tom_uninit()
|