Lines Matching refs:ioct_rqst
7220 ioct_reqst_hdr_t *ioct_rqst; local
7231 ioct_rqst = (ioct_reqst_hdr_t *)
7234 if (ioct_rqst == NULL) {
7243 ptr = (uint8 *)ioct_rqst;
7250 ioct_rqst->msg.epoch = ring->seqnum % H2D_EPOCH_MODULO;
7253 ioct_rqst->msg.msg_type = MSG_TYPE_LOOPBACK;
7254 ioct_rqst->msg.if_id = 0;
7255 ioct_rqst->msg.flags = ring->current_phase;
7257 bcm_print_bytes("LPBK REQ: ", (uint8 *)ioct_rqst, msglen);
7260 dhd_prot_ring_write_complete(dhd, ring, ioct_rqst, 1);
8114 ioctl_req_msg_t *ioct_rqst; local
8145 ioct_rqst = (ioctl_req_msg_t*)
8147 if (ioct_rqst == NULL) {
8157 ioct_rqst->cmn_hdr.msg_type = MSG_TYPE_IOCTLPTR_REQ;
8158 ioct_rqst->cmn_hdr.if_id = (uint8)ifidx;
8159 ioct_rqst->cmn_hdr.flags = ring->current_phase;
8160 ioct_rqst->cmn_hdr.request_id = htol32(DHD_IOCTL_REQ_PKTID);
8161 ioct_rqst->cmn_hdr.epoch = ring->seqnum % H2D_EPOCH_MODULO;
8164 ioct_rqst->cmd = htol32(cmd);
8166 ioct_rqst->output_buf_len = htol16(resplen);
8168 ioct_rqst->trans_id = prot->ioctl_trans_id;
8171 ioct_rqst->input_buf_len = htol16(rqstlen);
8172 ioct_rqst->host_input_buf_addr.high = htol32(PHYSADDRHI(prot->ioctbuf.pa));
8173 ioct_rqst->host_input_buf_addr.low = htol32(PHYSADDRLO(prot->ioctbuf.pa));
8188 ioct_rqst->cmn_hdr.request_id, cmd, ioct_rqst->output_buf_len,
8189 ioct_rqst->trans_id));
8192 dhd_prot_ring_write_complete(dhd, ring, ioct_rqst, 1);