Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/ntb/ntb_hw/
H A Dntb_hw_intel.c233 #define B2B_MW_DISABLED UINT8_MAX macro
647 ntb->b2b_mw_idx = B2B_MW_DISABLED; in intel_ntb_attach()
648 ntb->msix_mw_idx = B2B_MW_DISABLED; in intel_ntb_attach()
1742 if (ntb->b2b_mw_idx == B2B_MW_DISABLED) { in xeon_setup_b2b_mw()
2236 if (ntb->b2b_mw_idx != B2B_MW_DISABLED) { in intel_ntb_sysctl_init()
2639 if ((ntb->b2b_mw_idx != B2B_MW_DISABLED && ntb->b2b_off == 0 && in intel_ntb_user_mw_to_idx()
2641 (ntb->msix_mw_idx != B2B_MW_DISABLED && uidx >= ntb->msix_mw_idx)) in intel_ntb_user_mw_to_idx()
2643 if ((ntb->b2b_mw_idx != B2B_MW_DISABLED && ntb->b2b_off == 0 && in intel_ntb_user_mw_to_idx()
2752 if (ntb->b2b_mw_idx != B2B_MW_DISABLED && ntb->b2b_off == 0) in intel_ntb_mw_count()
2754 if (ntb->msix_mw_idx != B2B_MW_DISABLED) in intel_ntb_mw_count()
[all …]