Lines Matching defs:rsp
30 struct nci_core_reset_rsp *rsp = (void *) skb->data;
32 pr_debug("status 0x%x\n", rsp->status);
34 if (rsp->status == NCI_STATUS_OK) {
35 ndev->nci_ver = rsp->nci_ver;
37 rsp->nci_ver, rsp->config_status);
40 nci_req_complete(ndev, rsp->status);
112 struct nci_core_set_config_rsp *rsp = (void *) skb->data;
114 pr_debug("status 0x%x\n", rsp->status);
116 nci_req_complete(ndev, rsp->status);
218 struct nci_core_conn_create_rsp *rsp;
223 rsp = (struct nci_core_conn_create_rsp *)skb->data;
243 conn_info->conn_id = rsp->conn_id;
255 conn_info->conn_id = rsp->conn_id;
256 conn_info->max_pkt_payload_len = rsp->max_ctrl_pkt_payload_len;
257 atomic_set(&conn_info->credits_cnt, rsp->credits_cnt);
292 /* we got a rsp, stop the cmd timer */
295 pr_debug("NCI RX: MT=rsp, PBF=%d, GID=0x%x, OID=0x%x, plen=%d\n",
306 pr_err("unsupported rsp opcode 0x%x\n",
359 pr_err("unknown rsp opcode 0x%x\n", rsp_opcode);