Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/i86pc/io/
H A Drootnex.c4072 size_t trim_sz; in rootnex_sgllen_window_boundary() local
4091 trim_sz = (*windowp)->wd_size & (attr->dma_attr_granular - 1); in rootnex_sgllen_window_boundary()
4093 trim_sz = (*windowp)->wd_size % attr->dma_attr_granular; in rootnex_sgllen_window_boundary()
4097 if (trim_sz == 0) { in rootnex_sgllen_window_boundary()
4128 ASSERT(cookie->dmac_size > trim_sz); in rootnex_sgllen_window_boundary()
4129 (*windowp)->wd_trim.tr_last_size = cookie->dmac_size - trim_sz; in rootnex_sgllen_window_boundary()
4130 (*windowp)->wd_size -= trim_sz; in rootnex_sgllen_window_boundary()
4133 coffset = cookie->dmac_size - trim_sz; in rootnex_sgllen_window_boundary()
4151 (*windowp)->wd_trim.tr_first_size = trim_sz; in rootnex_sgllen_window_boundary()
4163 (*windowp)->wd_size = trim_sz + cookie->dmac_size; in rootnex_sgllen_window_boundary()
[all …]