Lines Matching refs:htol16

5544 		rxbuf_post->data_buf_len = htol16((uint16)pktlen[i]);  in BCMFASTPATH()
5742 infobuf_post->host_buf_len = htol16((uint16)pktlen); in dhd_prot_infobufpost()
6029 rxbuf_post->host_buf_len = htol16((uint16)PKTLEN(dhd->osh, p)); in dhd_prot_rxbufpost_ctrl()
6031 rxbuf_post->host_buf_len = htol16((uint16)pktlen); in dhd_prot_rxbufpost_ctrl()
8833 txdesc->data_len = htol16((uint16) pktlen);
8943 txdesc->metadata_buf_len = htol16(0);
10938 ioct_rqst->output_buf_len = htol16(resplen);
10943 ioct_rqst->input_buf_len = htol16(rqstlen);
11711 d2h_ring->ring_id = htol16(DHD_D2H_RING_OFFSET(ring_to_create->idx, max_h2d_rings));
11716 d2h_ring->max_items = htol16(ring_to_create->max_items);
11717 d2h_ring->len_item = htol16(ring_to_create->item_len);
11801 h2d_ring->ring_id = htol16(DHD_H2D_RING_OFFSET(ring_to_create->idx));
11803 h2d_ring->max_items = htol16(H2DRING_DYNAMIC_INFO_MAX_ITEM);
11805 h2d_ring->len_item = htol16(H2DRING_INFO_BUFPOST_ITEMSIZE);
11810 h2d_ring->completion_ring_ids[i] = htol16(ring_to_create->compeltion_ring_ids[i]);
11876 *(uint16*)ptr = htol16(new_index);
12390 flow_create_rqst->flow_ring_id = htol16((uint16)flow_ring_node->flowid);
12396 flow_create_rqst->max_items = htol16(flow_ring->max_items);
12397 flow_create_rqst->len_item = htol16(H2DRING_TXPOST_ITEMSIZE);
12832 flow_delete_rqst->flow_ring_id = htol16((uint16)flow_ring_node->flowid);
12833 flow_delete_rqst->reason = htol16(BCME_OK);
12969 flow_flush_rqst->flow_ring_id = htol16((uint16)flow_ring_node->flowid);
12970 flow_flush_rqst->reason = htol16(BCME_OK);
13053 ring_config_req->subtype = htol16(D2H_RING_CONFIG_SUBTYPE_SOFT_DOORBELL);
13054 ring_config_req->ring_id = htol16(DHD_D2H_RINGID(ring_idx));
13064 ring_config_req->soft_doorbell.items = htol16(soft_doorbell->items);
13065 ring_config_req->soft_doorbell.msecs = htol16(soft_doorbell->msecs);
14159 flow_resume_rqst->flow_ring_id = htol16((uint16)flow_ring_node->flowid);
14806 ts_req->input_data_len = htol16(tlv_len);