/freebsd/sys/dev/cxgbe/ |
H A D | t4_iov.c | 353 if (begin_synchronized_op(adap, NULL, SLEEP_OK | INTR_OK, in t4iov_add_vf() 377 if (begin_synchronized_op(adap, NULL, SLEEP_OK | INTR_OK, in t4iov_add_vf()
|
H A D | t4_sched.c | 60 rc = begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4sscc"); in set_sched_class_config() 205 sleep_ok ? (SLEEP_OK | INTR_OK) : HOLD_LOCK, "t4sscp"); in set_sched_class_params() 268 if (begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, in update_tx_sched() 360 rc = begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4btxq"); in bind_txq_to_traffic_class()
|
H A D | t4_tracer.c | 272 rc = begin_synchronized_op(sc, NULL, HOLD_LOCK | SLEEP_OK | INTR_OK, in t4_get_tracer() 326 rc = begin_synchronized_op(sc, NULL, HOLD_LOCK | SLEEP_OK | INTR_OK, in t4_set_tracer()
|
H A D | t4_main.c | 2938 if (begin_synchronized_op(sc, vi, SLEEP_OK | INTR_OK, "t4init") != 0) in cxgbe_init() 2960 rc = begin_synchronized_op(sc, vi, SLEEP_OK | INTR_OK, "t4mtu"); in cxgbe_ioctl() 2974 rc = begin_synchronized_op(sc, vi, SLEEP_OK | INTR_OK, "t4flg"); in cxgbe_ioctl() 3003 rc = begin_synchronized_op(sc, vi, SLEEP_OK | INTR_OK, "t4multi"); in cxgbe_ioctl() 3012 rc = begin_synchronized_op(sc, vi, SLEEP_OK | INTR_OK, "t4cap"); in cxgbe_ioctl() 3178 rc = begin_synchronized_op(sc, vi, SLEEP_OK | INTR_OK, "t4i2c"); in cxgbe_ioctl() 3435 rc = begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4mec"); in cxgbe_media_change() 3627 if (begin_synchronized_op(sc, vi , SLEEP_OK | INTR_OK, "t4med") != 0) in cxgbe_media_status() 3735 rc = begin_synchronized_op(sc, vi, SLEEP_OK | INTR_OK, "t4via"); in vcxgbe_attach() 6457 flags & INTR_OK ? PCATCH : 0, wmesg, 0)) { in begin_synchronized_op() [all …]
|
H A D | t4_filter.c | 519 rc = begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4setfm"); in set_filter_mode() 570 rc = begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4sethfm"); in set_filter_mask() 975 rc = begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4setf"); in set_filter()
|
H A D | adapter.h | 145 INTR_OK = (1 << 2), enumerator
|
H A D | t4_netmap.c | 858 rc = begin_synchronized_op(sc, vi, SLEEP_OK | INTR_OK, "t4nmreg"); in cxgbe_netmap_reg()
|
/freebsd/sys/dev/cxgbe/iw_cxgbe/ |
H A D | device.c | 364 if (begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4iwact") != 0) in c4iw_activate_all() 378 if (begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4iwdea") != 0) in c4iw_deactivate_all()
|
/freebsd/sys/dev/cxgbe/cxgbei/ |
H A D | cxgbei.c | 877 if (begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4isact") != 0) in cxgbei_activate_all() 891 if (begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4isdea") != 0) in cxgbei_deactivate_all()
|
/freebsd/sys/dev/cxgbe/cudbg/ |
H A D | cudbg_lib.c | 78 rc = begin_synchronized_op(padap, NULL, SLEEP_OK | INTR_OK, in read_sge_ctxt() 2725 rc = begin_synchronized_op(padap, NULL, SLEEP_OK | INTR_OK, in cudbg_t4_fwcache() 3341 rc = begin_synchronized_op(padap, NULL, SLEEP_OK | INTR_OK, "t4cudq"); in collect_tid() 3617 SLEEP_OK | INTR_OK, "t4cudm"); in collect_mps_tcam()
|
/freebsd/sys/dev/cxgbe/tom/ |
H A D | t4_tom.c | 2264 if (begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4tomun")) in tom_uninit()
|