Searched refs:wd_trim (Results 1 – 2 of 2) sorted by relevance
3396 ASSERT(window->wd_trim.tr_trim_last == B_FALSE); in rootnex_bind_slowpath()3688 window->wd_trim.tr_trim_first = B_FALSE; in rootnex_init_win()3689 window->wd_trim.tr_trim_last = B_FALSE; in rootnex_init_win()3690 window->wd_trim.tr_first_copybuf_win = B_FALSE; in rootnex_init_win()3691 window->wd_trim.tr_last_copybuf_win = B_FALSE; in rootnex_init_win()3906 (*windowp)->wd_trim.tr_trim_last = B_TRUE; in rootnex_sgllen_window_boundary()3907 (*windowp)->wd_trim.tr_last_cookie = cookie; in rootnex_sgllen_window_boundary()3908 (*windowp)->wd_trim.tr_last_paddr = cookie->dmac_laddress; in rootnex_sgllen_window_boundary()3910 (*windowp)->wd_trim.tr_last_size = cookie->dmac_size - trim_sz; in rootnex_sgllen_window_boundary()3921 cookie->dmac_size = (*windowp)->wd_trim.tr_last_size; in rootnex_sgllen_window_boundary()[all …]
218 rootnex_trim_t wd_trim; member