Searched refs:mwoff (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/ntb/ |
H A D | ntb.c | 46 int mwoff; member 102 nc->mwoff = mwu; in ntb_register_device() 184 printf(" mw %d", nc->mwoff); in ntb_print_child() 186 printf("-%d", nc->mwoff + nc->mwcnt - 1); in ntb_print_child() 387 return (NTB_MW_GET_RANGE(device_get_parent(ntb), mw_idx + nc->mwoff, in ntb_mw_get_range() 396 return (NTB_MW_SET_TRANS(device_get_parent(ntb), mw_idx + nc->mwoff, in ntb_mw_set_trans() 405 return (NTB_MW_CLEAR_TRANS(device_get_parent(ntb), mw_idx + nc->mwoff)); in ntb_mw_clear_trans() 413 return (NTB_MW_GET_WC(device_get_parent(ntb), mw_idx + nc->mwoff, mode)); in ntb_mw_get_wc() 421 return (NTB_MW_SET_WC(device_get_parent(ntb), mw_idx + nc->mwoff, mode)); in ntb_mw_set_wc()
|