Lines Matching refs:le32_to_cpu
78 u32 status = le32_to_cpu(msg->status); in rndis_msg_indicate()
118 msg_type = le32_to_cpu(buf->msg_type); in rndis_command()
133 buf, le32_to_cpu(buf->msg_len), in rndis_command()
152 rsp = le32_to_cpu(buf->msg_type) | RNDIS_MSG_COMPLETION; in rndis_command()
163 msg_type = le32_to_cpu(buf->msg_type); in rndis_command()
164 msg_len = le32_to_cpu(buf->msg_len); in rndis_command()
165 status = le32_to_cpu(buf->status); in rndis_command()
209 le32_to_cpu(buf->msg_type), msg_len); in rndis_command()
268 off = le32_to_cpu(u.get_c->offset); in rndis_query()
269 len = le32_to_cpu(u.get_c->len); in rndis_query()
367 tmp = le32_to_cpu(u.init_c->max_transfer_size); in generic_rndis_bind()
388 1 << le32_to_cpu(u.init_c->packet_alignment)); in generic_rndis_bind()
505 msg_type = le32_to_cpu(hdr->msg_type); in rndis_rx_fixup()
506 msg_len = le32_to_cpu(hdr->msg_len); in rndis_rx_fixup()
507 data_offset = le32_to_cpu(hdr->data_offset); in rndis_rx_fixup()
508 data_len = le32_to_cpu(hdr->data_len); in rndis_rx_fixup()
515 le32_to_cpu(hdr->msg_type), in rndis_rx_fixup()