Home | History | Annotate | Download | only in modules

Lines Matching refs:be32toh

123 		conv = be32toh(_region_peek32(&rc->rc_table, idx*4));
170 rc->rc_dst_invalid = be32toh(rcx->rcx_dst_invalid);
171 rc->rc_dst_unit_bits = be32toh(rcx->rcx_dst_unit_bits);
172 m = be32toh(rcx->rcx_src_col_bits);
184 m = be32toh(rcx->rcx_src_row_begin);
185 n = be32toh(rcx->rcx_src_row_end);
195 m = be32toh(rcx->rcx_src_col_begin);
196 n = be32toh(rcx->rcx_src_col_end);
215 rc->rc_dst_invalid = be32toh(rcx->rcx_dst_invalid);
216 rc->rc_dst_unit_bits = be32toh(rcx->rcx_dst_unit_bits);
218 m = be32toh(rcx->rcx_src_rowcol_bits);
224 rc->rc_src_rowcol_len = be32toh(rcx->rcx_src_rowcol_len);
233 m = be32toh(rcx->rcx_src_rowcol[i].begin),
234 n = be32toh(rcx->rcx_src_rowcol[i].end);
321 rc->rc_oob_mode = be32toh(eix->eix_oob_mode);
322 rc->rc_dst_ilseq = be32toh(eix->eix_dst_ilseq);