Lines Matching defs:header
50 u8 header; /* type -cmd,evt,rsp- + instruction */
55 u8 header; /* cbit+pipe */
92 #define NCI_HCP_MSG_GET_TYPE(header) ((header & 0xc0) >> 6)
93 #define NCI_HCP_MSG_GET_CMD(header) (header & 0x3f)
94 #define NCI_HCP_MSG_GET_PIPE(header) (header & 0x7f)
249 NCI_HCP_MSG_GET_CMD(message->header));
418 type = NCI_HCP_MSG_GET_TYPE(message->header);
419 instruction = NCI_HCP_MSG_GET_CMD(message->header);
443 if ((packet->header & ~NCI_HCI_FRAGMENT) == 0) {
450 pipe = NCI_HCP_MSG_GET_PIPE(packet->header);
477 packet->header &= NCI_HCI_FRAGMENT;
486 type = NCI_HCP_MSG_GET_TYPE(packet->message.header);
488 pipe = NCI_HCP_MSG_GET_PIPE(packet->header);
592 NCI_HCP_MSG_GET_CMD(message->header));
632 NCI_HCP_MSG_GET_CMD(message->header));