Searched defs:rsp (Results 1 - 6 of 6) sorted by relevance

/net/nfc/nci/
H A Drsp.c43 struct nci_core_reset_rsp *rsp = (void *) skb->data; local
45 pr_debug("status 0x%x\n", rsp->status);
47 if (rsp->status == NCI_STATUS_OK) {
48 ndev->nci_ver = rsp->nci_ver;
50 rsp->nci_ver, rsp->config_status);
53 nci_req_complete(ndev, rsp->status);
125 struct nci_core_set_config_rsp *rsp = (void *) skb->data; local
127 pr_debug("status 0x%x\n", rsp->status);
129 nci_req_complete(ndev, rsp
[all...]
/net/bluetooth/bnep/
H A Dcore.c80 struct bnep_control_rsp rsp; local
81 rsp.type = BNEP_CONTROL;
82 rsp.ctrl = ctrl;
83 rsp.resp = htons(resp);
84 return bnep_send(s, &rsp, sizeof(rsp));
/net/bluetooth/
H A Da2mp.c129 struct a2mp_discov_rsp *rsp; local
156 len = num_ctrl * sizeof(struct a2mp_cl) + sizeof(*rsp);
157 rsp = kmalloc(len, GFP_ATOMIC);
158 if (!rsp) {
163 rsp->mtu = __constant_cpu_to_le16(L2CAP_A2MP_DEFAULT_MTU);
164 rsp->ext_feat = 0;
166 __a2mp_add_cl(mgr, rsp->cl, num_ctrl);
170 a2mp_send(mgr, A2MP_DISCOVER_RSP, hdr->ident, len, rsp);
172 kfree(rsp);
179 struct a2mp_discov_rsp *rsp local
282 struct a2mp_info_rsp rsp; local
307 struct a2mp_info_rsp *rsp = (struct a2mp_info_rsp *) skb->data; local
348 struct a2mp_amp_assoc_rsp rsp; local
377 struct a2mp_amp_assoc_rsp *rsp = (void *) skb->data; local
440 struct a2mp_physlink_rsp rsp; local
519 struct a2mp_physlink_rsp rsp; local
863 struct a2mp_info_rsp rsp; local
891 struct a2mp_amp_assoc_rsp *rsp; local
961 struct a2mp_physlink_rsp rsp; local
[all...]
H A Dsmp.c217 struct smp_cmd_pairing *rsp,
229 if (rsp == NULL) {
239 rsp->io_capability = conn->hcon->io_capability;
240 rsp->oob_flag = SMP_OOB_NOT_PRESENT;
241 rsp->max_key_size = SMP_MAX_ENC_KEY_SIZE;
242 rsp->init_key_dist = 0;
243 rsp->resp_key_dist = req->resp_key_dist & dist_keys;
244 rsp->auth_req = (authreq & AUTH_REQ_MASK);
571 struct smp_cmd_pairing rsp, *req = (void *) skb->data; local
600 build_pairing_cmd(conn, req, &rsp, aut
215 build_pairing_cmd(struct l2cap_conn *conn, struct smp_cmd_pairing *req, struct smp_cmd_pairing *rsp, __u8 authreq) argument
625 struct smp_cmd_pairing *req, *rsp = (void *) skb->data; local
935 struct smp_cmd_pairing *req, *rsp; local
[all...]
H A Dl2cap_core.c642 struct l2cap_conn_rsp rsp; local
651 rsp.scid = cpu_to_le16(chan->dcid);
652 rsp.dcid = cpu_to_le16(chan->scid);
653 rsp.result = cpu_to_le16(result);
654 rsp.status = __constant_cpu_to_le16(L2CAP_CS_NO_INFO);
656 sizeof(rsp), &rsp);
1251 struct l2cap_conn_rsp rsp; local
1253 rsp.scid = cpu_to_le16(chan->dcid);
1254 rsp
3266 struct l2cap_conf_rsp *rsp = data; local
3478 l2cap_parse_conf_rsp(struct l2cap_chan *chan, void *rsp, int len, void *data, u16 *result) argument
3590 struct l2cap_conf_rsp *rsp = data; local
3604 struct l2cap_conn_rsp rsp; local
3631 l2cap_conf_rfc_get(struct l2cap_chan *chan, void *rsp, int len) argument
3712 struct l2cap_conn_rsp rsp; local
3863 struct l2cap_conn_rsp *rsp = (struct l2cap_conn_rsp *) data; local
3965 u8 rsp[64]; local
4076 struct l2cap_conf_rsp *rsp = (struct l2cap_conf_rsp *)data; local
4189 struct l2cap_disconn_rsp rsp; local
4239 struct l2cap_disconn_rsp *rsp = (struct l2cap_disconn_rsp *) data; local
4291 struct l2cap_info_rsp *rsp = (struct l2cap_info_rsp *) buf; local
4306 struct l2cap_info_rsp *rsp = (struct l2cap_info_rsp *) buf; local
4319 struct l2cap_info_rsp rsp; local
4333 struct l2cap_info_rsp *rsp = (struct l2cap_info_rsp *) data; local
4397 struct l2cap_create_chan_rsp rsp; local
4487 struct l2cap_move_chan_rsp rsp; local
4531 struct l2cap_move_chan_cfm_rsp rsp; local
4581 struct l2cap_conf_rsp rsp; local
4698 struct l2cap_conn_rsp rsp; local
4820 struct l2cap_move_chan_rsp rsp; local
5036 struct l2cap_move_chan_rsp *rsp = data; local
5101 struct l2cap_move_chan_cfm_rsp *rsp = data; local
5159 struct l2cap_conn_param_update_rsp rsp; local
6569 struct l2cap_conn_rsp rsp; local
[all...]
/net/caif/
H A Dcfctrl.c359 struct cfctrl_request_info rsp, *req; local
497 rsp.cmd = cmd;
498 rsp.param = linkparam;
500 req = cfctrl_remove_req(cfctrl, &rsp);

Completed in 78 milliseconds