Lines Matching refs:cmd
648 static int dhd_msgbuf_query_ioctl(dhd_pub_t *dhd, int ifidx, uint cmd,
650 static int dhd_msgbuf_set_ioctl(dhd_pub_t *dhd, int ifidx, uint cmd,
653 static int dhd_fillup_ioct_reqst(dhd_pub_t *dhd, uint16 len, uint cmd,
6302 if (xt_id != prot->ioctl_trans_id || prot->curr_ioctl_cmd != ioct_resp->cmd) {
6305 prot->curr_ioctl_cmd, ioct_resp->cmd));
7101 if (ioc->cmd == WLC_SET_VAR && buf != NULL && !strcmp(buf, "pcie_bus_tput")) {
7119 if (!ret && ioc->cmd == WLC_SET_VAR && buf != NULL) {
7168 if (ioc->cmd == WLC_SET_PM) {
7189 ret = dhd_msgbuf_set_ioctl(dhd, ifidx, ioc->cmd, buf, len, action);
7191 ret = dhd_msgbuf_query_ioctl(dhd, ifidx, ioc->cmd, buf, len, action);
7557 dhd_msgbuf_query_ioctl(dhd_pub_t *dhd, int ifidx, uint cmd, void *buf, uint len, uint8 action) argument
7582 if (cmd == WLC_GET_VAR && buf)
7606 action, ifidx, cmd, len));
7608 ret = dhd_fillup_ioct_reqst(dhd, (uint16)len, cmd, buf, ifidx);
7776 dhd_msgbuf_set_ioctl(dhd_pub_t *dhd, int ifidx, uint cmd, void *buf, uint len, uint8 action) argument
7801 action, ifidx, cmd, len));
7804 ret = dhd_fillup_ioct_reqst(dhd, (uint16)len, cmd, buf, ifidx);
8111 dhd_fillup_ioct_reqst(dhd_pub_t *dhd, uint16 len, uint cmd, void* buf, int ifidx) argument
8164 ioct_rqst->cmd = htol32(cmd);
8165 prot->curr_ioctl_cmd = cmd;
8188 ioct_rqst->cmn_hdr.request_id, cmd, ioct_rqst->output_buf_len,