Lines Matching defs:packet
134 /* Fragment HCI data over NCI packet.
138 * contain a single HCP packet. NCI Segmentation and Reassembly SHALL NOT be
165 /* If last packet add NCI_HFP_NO_CHAINING */
431 struct nci_hcp_packet *packet;
442 packet = (struct nci_hcp_packet *)skb->data;
443 if ((packet->header & ~NCI_HCI_FRAGMENT) == 0) {
450 pipe = NCI_HCP_MSG_GET_PIPE(packet->header);
477 packet->header &= NCI_HCI_FRAGMENT;
485 packet = (struct nci_hcp_packet *)hcp_skb->data;
486 type = NCI_HCP_MSG_GET_TYPE(packet->message.header);
488 pipe = NCI_HCP_MSG_GET_PIPE(packet->header);