Home
last modified time | relevance | path

Searched refs:INTR_OK (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/dev/cxgbe/
H A Dt4_iov.c353 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 Dt4_sched.c60 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 Dt4_tracer.c272 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 Dt4_main.c2938 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 Dt4_filter.c519 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 Dadapter.h145 INTR_OK = (1 << 2), enumerator
H A Dt4_netmap.c858 rc = begin_synchronized_op(sc, vi, SLEEP_OK | INTR_OK, "t4nmreg"); in cxgbe_netmap_reg()
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Ddevice.c364 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 Dcxgbei.c877 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 Dcudbg_lib.c78 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 Dt4_tom.c2264 if (begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4tomun")) in tom_uninit()