Lines Matching refs:cmd
520 uint32 cmd; member
848 static int dhd_msgbuf_query_ioctl(dhd_pub_t *dhd, int ifidx, uint cmd,
850 static int dhd_msgbuf_set_ioctl(dhd_pub_t *dhd, int ifidx, uint cmd,
853 static int dhd_fillup_ioct_reqst(dhd_pub_t *dhd, uint16 len, uint cmd,
7486 if (xt_id != prot->ioctl_trans_id || prot->curr_ioctl_cmd != ioct_resp->cmd) { in dhd_prot_ioctcmplt_process()
7489 prot->curr_ioctl_cmd, ioct_resp->cmd)); in dhd_prot_ioctcmplt_process()
9516 if (ioc->cmd == WLC_SET_VAR && buf != NULL && !strcmp(buf, "pcie_bus_tput")) {
9531 dhdmsgbuf_hmap(dhd, hmap_params, (ioc->cmd == WLC_SET_VAR));
9534 if (ioc->cmd == WLC_SET_VAR && buf != NULL && !strcmp(buf, "bus:hmaptest")) {
9551 if (ioc->cmd == WLC_SET_VAR && buf != NULL && !strcmp(buf, "bus:hmaptest")) {
9556 if (!ret && ioc->cmd == WLC_SET_VAR && buf != NULL) {
9679 if (ioc->cmd == WLC_SET_PM) {
9713 ret = dhd_msgbuf_set_ioctl(dhd, ifidx, ioc->cmd, buf, len, action);
9715 ret = dhd_msgbuf_query_ioctl(dhd, ifidx, ioc->cmd, buf, len, action);
10151 dhd_msgbuf_query_ioctl(dhd_pub_t *dhd, int ifidx, uint cmd, void *buf, uint len, uint8 action) argument
10176 if (cmd == WLC_GET_VAR && buf)
10199 action, ifidx, cmd, len));
10212 dhd_set_request_id(dhd, dhd->prot->ioctl_trans_id+1, cmd);
10217 ret = dhd_fillup_ioct_reqst(dhd, (uint16)len, cmd, buf, ifidx);
10455 dhd_msgbuf_set_ioctl(dhd_pub_t *dhd, int ifidx, uint cmd, void *buf, uint len, uint8 action) argument
10480 action, ifidx, cmd, len));
10494 dhd_set_request_id(dhd, dhd->prot->ioctl_trans_id+1, cmd);
10500 ret = dhd_fillup_ioct_reqst(dhd, (uint16)len, cmd, buf, ifidx);
10853 dhd_fillup_ioct_reqst(dhd_pub_t *dhd, uint16 len, uint cmd, void* buf, int ifidx) argument
10936 ioct_rqst->cmd = htol32(cmd);
10937 prot->curr_ioctl_cmd = cmd;
10960 ioct_rqst->cmn_hdr.request_id, cmd, ioct_rqst->output_buf_len,
14254 prot->ioctl_trace[cnt].cmd = ioct_rqst->cmd;
14256 if ((ioct_rqst->cmd == 262 || ioct_rqst->cmd == 263) && buf)
14282 prot->ioctl_trace[i].cmd,