Lines Matching full:splits
59 #define PLX_MAX_SPLIT 128 /* Allow are at most 128 splits. */
73 } splits[PLX_MAX_SPLIT]; member
372 mw->splits[j].mw_map_mode = VM_MEMATTR_UNCACHEABLE; in ntb_plx_attach()
722 bsize = mw->splits[0].mw_xlat_size; in ntb_plx_mw_set_trans_internal()
760 addr = split ? UINT64_MAX : mw->splits[0].mw_xlat_addr; in ntb_plx_mw_set_trans_internal()
769 size = split ? 0 : mw->splits[0].mw_xlat_size; in ntb_plx_mw_set_trans_internal()
775 eaddr = addr = mw->splits[sp].mw_xlat_addr; in ntb_plx_mw_set_trans_internal()
776 size = mw->splits[sp++].mw_xlat_size; in ntb_plx_mw_set_trans_internal()
811 mw->splits[sp].mw_xlat_addr = addr; in ntb_plx_mw_set_trans()
812 mw->splits[sp].mw_xlat_size = size; in ntb_plx_mw_set_trans()
834 *mode = mw->splits[sp].mw_map_mode; in ntb_plx_mw_get_wc()
851 if (mw->splits[sp].mw_map_mode == mode) in ntb_plx_mw_set_wc()
866 mw->splits[sp].mw_map_mode = mode; in ntb_plx_mw_set_wc()