Searched refs:wd_trim (Results 1 – 2 of 2) sorted by relevance
3448 ASSERT(window->wd_trim.tr_trim_last == B_FALSE); in rootnex_bind_slowpath()3802 window->wd_trim.tr_trim_first = B_FALSE; in rootnex_init_win()3803 window->wd_trim.tr_trim_last = B_FALSE; in rootnex_init_win()3804 window->wd_trim.tr_first_copybuf_win = B_FALSE; in rootnex_init_win()3805 window->wd_trim.tr_last_copybuf_win = B_FALSE; in rootnex_init_win()4125 (*windowp)->wd_trim.tr_trim_last = B_TRUE; in rootnex_sgllen_window_boundary()4126 (*windowp)->wd_trim.tr_last_cookie = cookie; in rootnex_sgllen_window_boundary()4127 (*windowp)->wd_trim.tr_last_paddr = cookie->dmac_laddress; in rootnex_sgllen_window_boundary()4129 (*windowp)->wd_trim.tr_last_size = cookie->dmac_size - trim_sz; in rootnex_sgllen_window_boundary()4140 cookie->dmac_size = (*windowp)->wd_trim.tr_last_size; in rootnex_sgllen_window_boundary()[all …]
218 rootnex_trim_t wd_trim; member