Home
last modified time | relevance | path

Searched refs:HTC_GET_FIELD (Results 1 – 7 of 7) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/htc/
H A Dhtc_services.c227 rsp_msg_id = HTC_GET_FIELD(pResponseMsg, in htc_connect_service()
231 HTC_GET_FIELD(pResponseMsg, in htc_connect_service()
235 HTC_GET_FIELD(pResponseMsg, in htc_connect_service()
239 HTC_GET_FIELD(pResponseMsg, in htc_connect_service()
243 HTC_GET_FIELD(pResponseMsg, in htc_connect_service()
247 HTC_GET_FIELD(pResponseMsg, in htc_connect_service()
H A Dhtc_recv.c290 htc_ep_id = HTC_GET_FIELD(HtcHdr, HTC_FRAME_HDR, ENDPOINTID); in htc_rx_completion_handler()
330 payloadLen = HTC_GET_FIELD(HtcHdr, HTC_FRAME_HDR, PAYLOADLEN); in htc_rx_completion_handler()
372 temp = HTC_GET_FIELD(HtcHdr, HTC_FRAME_HDR, FLAGS); in htc_rx_completion_handler()
376 HTC_GET_FIELD(HtcHdr, HTC_FRAME_HDR, in htc_rx_completion_handler()
421 message_id = HTC_GET_FIELD(htc_msg, HTC_UNKNOWN_MSG, in htc_rx_completion_handler()
483 reason_code = HTC_GET_FIELD(htc_msg, in htc_rx_completion_handler()
688 htc_rec_len = HTC_GET_FIELD(pRecord, HTC_RECORD_HDR, LENGTH); in htc_process_trailer()
689 htc_rec_id = HTC_GET_FIELD(pRecord, HTC_RECORD_HDR, RECORDID); in htc_process_trailer()
H A Dhtc.c774 HTC_GET_FIELD(rdy_msg, HTC_READY_MSG, MESSAGEID); in htc_wait_target()
783 target->TotalTransmitCredits = HTC_GET_FIELD(rdy_msg, in htc_wait_target()
797 (int)HTC_GET_FIELD(rdy_msg, HTC_READY_MSG, CREDITSIZE); in htc_wait_target()
H A Dhtc_send.c2938 rpt_ep_id = HTC_GET_FIELD(pRpt, HTC_CREDIT_REPORT, ENDPOINTID); in htc_process_credit_rpt()
2945 rpt_credits = HTC_GET_FIELD(pRpt, HTC_CREDIT_REPORT, CREDITS); in htc_process_credit_rpt()
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/transfer/
H A Dtransfer.c550 payloadLen = HTC_GET_FIELD(buf, HTC_FRAME_HDR, in hif_dev_process_recv_header()
586 != HTC_GET_FIELD(buf, HTC_FRAME_HDR, ENDPOINTID)) { in hif_dev_process_recv_header()
588 HTC_GET_FIELD(buf, HTC_FRAME_HDR, in hif_dev_process_recv_header()
630 temp = HTC_GET_FIELD(buf, HTC_FRAME_HDR, FLAGS); in hif_dev_process_recv_header()
636 temp = HTC_GET_FIELD(buf, HTC_FRAME_HDR, CONTROLBYTES0); in hif_dev_process_recv_header()
H A Dadma.c647 payload_len = HTC_GET_FIELD(bus_req->buffer, in hif_read_write()
815 if (HTC_GET_FIELD(buf, HTC_FRAME_HDR, ENDPOINTID) >= in dl_xfer_cb()
818 HTC_GET_FIELD(buf, HTC_FRAME_HDR, ENDPOINTID)); in dl_xfer_cb()
823 payload_len = HTC_GET_FIELD(buf, HTC_FRAME_HDR, PAYLOADLEN); in dl_xfer_cb()
/wlan-driver/fw-api/fw/
H A Dhtc.h51 #define HTC_GET_FIELD(_msg_buf, _msg_type, _f) \ macro