Searched refs:ntb_db_clear (Results 1 – 7 of 7) sorted by relevance
| /freebsd/sys/dev/ntb/ |
| H A D | ntb.h | 403 void ntb_db_clear(device_t ntb, uint64_t bits);
|
| H A D | ntb_transport.c | 734 ntb_db_clear(dev, 1ull << qp->qp_num); in ntb_transport_create_queue() 932 ntb_db_clear(qp->dev, qp_mask); in ntb_transport_rxc_db() 1100 ntb_db_clear(nt->dev, vec_mask); in ntb_transport_doorbell_callback()
|
| H A D | ntb.c | 508 ntb_db_clear(device_t ntb, uint64_t bits) in ntb_db_clear() function
|
| /freebsd/sys/dev/ntb/ntb_hw/ |
| H A D | ntb_hw_plx.c | 1096 DEVMETHOD(ntb_db_clear, ntb_plx_db_clear),
|
| H A D | ntb_hw_amd.c | 1296 DEVMETHOD(ntb_db_clear, amd_ntb_db_clear),
|
| H A D | ntb_hw_intel.c | 3896 DEVMETHOD(ntb_db_clear, intel_ntb_db_clear),
|
| /freebsd/sys/dev/ntb/test/ |
| H A D | ntb_tool.c | 1052 ntb_db_clear); in sysctl_db_handle()
|