Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/ntb/ntb_hw/
H A Dntb_hw_intel.c240 #define B2B_MW_DISABLED UINT8_MAX macro
695 ntb->b2b_mw_idx = B2B_MW_DISABLED; in intel_ntb_attach()
696 ntb->msix_mw_idx = B2B_MW_DISABLED; in intel_ntb_attach()
2005 if (ntb->b2b_mw_idx == B2B_MW_DISABLED) { in xeon_setup_b2b_mw()
2554 if (ntb->b2b_mw_idx != B2B_MW_DISABLED) { in intel_ntb_sysctl_init()
2966 if ((ntb->b2b_mw_idx != B2B_MW_DISABLED && ntb->b2b_off == 0 && in intel_ntb_user_mw_to_idx()
2968 (ntb->msix_mw_idx != B2B_MW_DISABLED && uidx >= ntb->msix_mw_idx)) in intel_ntb_user_mw_to_idx()
2970 if ((ntb->b2b_mw_idx != B2B_MW_DISABLED && ntb->b2b_off == 0 && in intel_ntb_user_mw_to_idx()
3079 if (ntb->b2b_mw_idx != B2B_MW_DISABLED && ntb->b2b_off == 0) in intel_ntb_mw_count()
3081 if (ntb->msix_mw_idx != B2B_MW_DISABLED) in intel_ntb_mw_count()
[all …]