freebsd-dev/sys/dev/ntb
Alexander Motin ef48f66349 Switch ctx_lock from mutex to rmlock.
It is odd idea to serialize different MSI-X vectors.  Use of rmlocks
here allows them to execute in parallel, but still protects ctx.
If upper layers require any additional serialization -- they can
do it by themselves.
2016-07-09 11:47:52 +00:00
..
if_ntb NewBus'ify NTB subsystem. 2016-07-09 11:20:42 +00:00
ntb_hw Switch ctx_lock from mutex to rmlock. 2016-07-09 11:47:52 +00:00
ntb_if.m NewBus'ify NTB subsystem. 2016-07-09 11:20:42 +00:00
ntb_transport.c Create separate RX taskqueue for each qp. 2016-07-09 11:46:32 +00:00
ntb_transport.h NewBus'ify NTB subsystem. 2016-07-09 11:20:42 +00:00
ntb.c NewBus'ify NTB subsystem. 2016-07-09 11:20:42 +00:00
ntb.h NewBus'ify NTB subsystem. 2016-07-09 11:20:42 +00:00