Home
last modified time | relevance | path

Searched refs:begin_synchronized_op (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/dev/cxgbe/
H A Dt4_tracer.c117 mrr->rc = begin_synchronized_op(mrr->sc, NULL, 0, "t4clon"); in match_name()
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 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()
204 rc = begin_synchronized_op(sc, NULL, 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_main.c1998 begin_synchronized_op(sc, NULL, SLEEP_OK, "t4hwsts"); in set_adapter_hwstatus()
2035 rc = begin_synchronized_op(sc, NULL, SLEEP_OK, "t4slld"); in stop_lld()
2315 rc = begin_synchronized_op(sc, NULL, SLEEP_OK, "t4rlld"); in restart_lld()
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()
[all …]
H A Dt4_clip.c576 rc = begin_synchronized_op(sc, NULL, HOLD_LOCK, "t4clip"); in update_hw_clip_table()
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.h1379 int begin_synchronized_op(struct adapter *, struct vi_info *, int, char *);
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()
H A Dicl_cxgbei.c1755 if (begin_synchronized_op(sc, NULL, HOLD_LOCK, "t4lims") != 0) in cxgbei_limits()
1813 error = begin_synchronized_op(sc, NULL, HOLD_LOCK, "t4lims"); in cxgbei_limits_fd()
/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()
3616 rc = begin_synchronized_op(padap, NULL, 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()