Lines Matching refs:htol16

4635 		rxbuf_post->data_buf_len = htol16((uint16)pktlen[i]);
4833 infobuf_post->host_buf_len = htol16((uint16)pktlen);
5122 rxbuf_post->host_buf_len = htol16((uint16)PKTLEN(dhd->osh, p));
5124 rxbuf_post->host_buf_len = htol16((uint16)pktlen);
6837 txdesc->data_len = htol16((uint16) pktlen);
6910 txdesc->metadata_buf_len = htol16(0);
8166 ioct_rqst->output_buf_len = htol16(resplen);
8171 ioct_rqst->input_buf_len = htol16(rqstlen);
8852 d2h_ring->ring_id = htol16(DHD_D2H_RING_OFFSET(ring_to_create->idx, max_h2d_rings));
8857 d2h_ring->max_items = htol16(ring_to_create->max_items);
8858 d2h_ring->len_item = htol16(ring_to_create->item_len);
8930 h2d_ring->ring_id = htol16(DHD_H2D_RING_OFFSET(ring_to_create->idx));
8932 h2d_ring->max_items = htol16(H2DRING_DYNAMIC_INFO_MAX_ITEM);
8934 h2d_ring->len_item = htol16(H2DRING_INFO_BUFPOST_ITEMSIZE);
8939 h2d_ring->completion_ring_ids[i] = htol16(ring_to_create->compeltion_ring_ids[i]);
8998 *(uint16*)ptr = htol16(new_index);
9366 flow_create_rqst->flow_ring_id = htol16((uint16)flow_ring_node->flowid);
9372 flow_create_rqst->max_items = htol16(prot->h2d_max_txpost);
9373 flow_create_rqst->len_item = htol16(H2DRING_TXPOST_ITEMSIZE);
9705 flow_delete_rqst->flow_ring_id = htol16((uint16)flow_ring_node->flowid);
9706 flow_delete_rqst->reason = htol16(BCME_OK);
9831 flow_flush_rqst->flow_ring_id = htol16((uint16)flow_ring_node->flowid);
9832 flow_flush_rqst->reason = htol16(BCME_OK);
9905 ring_config_req->subtype = htol16(D2H_RING_CONFIG_SUBTYPE_SOFT_DOORBELL);
9906 ring_config_req->ring_id = htol16(DHD_D2H_RINGID(ring_idx));
9916 ring_config_req->soft_doorbell.items = htol16(soft_doorbell->items);
9917 ring_config_req->soft_doorbell.msecs = htol16(soft_doorbell->msecs);
10870 flow_resume_rqst->flow_ring_id = htol16((uint16)flow_ring_node->flowid);
11360 ts_req->input_data_len = htol16(tlv_len);