Home
last modified time | relevance | path

Searched refs:RL_LOCK (Results 1 – 4 of 4) sorted by relevance

/trueos/sys/pci/
HDif_rl.c733 RL_LOCK(sc); in rl_attach()
882 RL_LOCK(sc); in rl_detach()
1225 RL_LOCK(sc); in rl_rxeof()
1442 RL_LOCK(sc); in rl_poll()
1493 RL_LOCK(sc); in rl_intr()
1617 RL_LOCK(sc); in rl_start()
1677 RL_LOCK(sc); in rl_init()
1786 RL_LOCK(sc); in rl_ifmedia_upd()
1804 RL_LOCK(sc); in rl_ifmedia_sts()
1821 RL_LOCK(sc); in rl_ioctl()
[all …]
HDif_rlreg.h939 #define RL_LOCK(_sc) mtx_lock(&(_sc)->rl_mtx) macro
/trueos/sys/dev/re/
HDif_re.c780 RL_LOCK(sc); in re_diag()
830 RL_LOCK(sc); in re_diag()
1537 RL_LOCK(sc); in re_attach()
1763 RL_LOCK(sc); in re_detach()
2368 RL_LOCK(sc); in re_rxeof()
2492 RL_LOCK(sc); in re_poll()
2568 RL_LOCK(sc); in re_int_task()
2635 RL_LOCK(sc); in re_intr_msi()
2906 RL_LOCK(sc); in re_start()
3057 RL_LOCK(sc); in re_init()
[all …]
/trueos/sys/dev/netmap/
HDif_re_netmap.h51 RL_LOCK(adapter); in re_netmap_reg()