Lines Matching defs:data
25 /* Complete data exchange transaction and forward skb to nfc core */
44 /* data exchange is complete, stop the data timer */
52 pr_err("no rx callback, dropping rx data...\n");
98 unsigned char *data = skb->data;
128 /* first, copy the data */
129 skb_put_data(skb_frag, data, frag_len);
138 data += frag_len;
166 /* Send NCI data */
190 pr_err("failed to fragment tx data packet\n");
225 /* first, make enough room for the already accumulated data */
227 pr_err("error adding room for accumulated rx data\n");
241 ndev->rx_data_reassembly->data,
260 pr_err("unable to handle received data\n");
269 __u8 pbf = nci_pbf(skb->data);
271 __u8 conn_id = nci_conn_id(skb->data);
276 pr_debug("NCI RX: MT=data, PBF=%d, conn_id=%d, plen=%d\n",
277 nci_pbf(skb->data),
278 nci_conn_id(skb->data),
279 nci_plen(skb->data));
281 conn_info = nci_get_conn_info_by_conn_id(ndev, nci_conn_id(skb->data));
287 /* strip the nci data header */
296 status = skb->data[skb->len - 1];