Lines Matching defs:packet
133 /* Fragment HCI data over NCI packet.
137 * contain a single HCP packet. NCI Segmentation and Reassembly SHALL NOT be
166 /* If last packet add NCI_HFP_NO_CHAINING */
434 struct nci_hcp_packet *packet;
447 packet = (struct nci_hcp_packet *)skb->data;
448 if ((packet->header & ~NCI_HCI_FRAGMENT) == 0) {
455 pipe = NCI_HCP_MSG_GET_PIPE(packet->header);
482 packet->header &= NCI_HCI_FRAGMENT;
490 packet = (struct nci_hcp_packet *)hcp_skb->data;
491 type = NCI_HCP_MSG_GET_TYPE(packet->message.header);
493 pipe = NCI_HCP_MSG_GET_PIPE(packet->header);