Searched refs:ntb_db_clear_mask (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/ntb/ |
H A D | ntb.h | 419 void ntb_db_clear_mask(device_t ntb, uint64_t bits);
|
H A D | ntb.c | 516 ntb_db_clear_mask(device_t ntb, uint64_t bits) in ntb_db_clear_mask() function
|
H A D | ntb_transport.c | 936 ntb_db_clear_mask(qp->dev, qp_mask); in ntb_transport_rxc_db() 1400 ntb_db_clear_mask(dev, 1ull << qp->qp_num); in ntb_qp_link_work()
|
/freebsd/sys/dev/ntb/ntb_hw/ |
H A D | ntb_hw_amd.c | 1298 DEVMETHOD(ntb_db_clear_mask, amd_ntb_db_clear_mask),
|
H A D | ntb_hw_plx.c | 1097 DEVMETHOD(ntb_db_clear_mask, ntb_plx_db_clear_mask),
|
H A D | ntb_hw_intel.c | 3897 DEVMETHOD(ntb_db_clear_mask, intel_ntb_db_clear_mask),
|
/freebsd/sys/dev/ntb/test/ |
H A D | ntb_tool.c | 1088 ntb_db_set_mask, ntb_db_clear_mask); in sysctl_db_mask_handle()
|