Searched refs:ntb_db_read (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/sys/dev/ntb/
H A Dntb.h58 * ntb_db_vector_count(). The driver may call ntb_db_read() to check which
377 * ntb_db_read() - read the local doorbell register
384 uint64_t ntb_db_read(device_t ntb);
H A Dntb.c439 ntb_db_read(device_t ntb) function
H A Dntb_transport.c847 if ((ntb_db_read(qp->dev) & (1ull << qp->qp_num)) != 0) {
1012 vec_mask &= ntb_db_read(nt->dev);
/freebsd-10-stable/sys/dev/ntb/ntb_hw/
H A Dntb_hw.c3123 DEVMETHOD(ntb_db_read, intel_ntb_db_read),

Completed in 150 milliseconds