Lines Matching defs:header
49 u8 header; /* type -cmd,evt,rsp- + instruction */
54 u8 header; /* cbit+pipe */
91 #define NCI_HCP_MSG_GET_TYPE(header) ((header & 0xc0) >> 6)
92 #define NCI_HCP_MSG_GET_CMD(header) (header & 0x3f)
93 #define NCI_HCP_MSG_GET_PIPE(header) (header & 0x7f)
250 NCI_HCP_MSG_GET_CMD(message->header));
421 type = NCI_HCP_MSG_GET_TYPE(message->header);
422 instruction = NCI_HCP_MSG_GET_CMD(message->header);
448 if ((packet->header & ~NCI_HCI_FRAGMENT) == 0) {
455 pipe = NCI_HCP_MSG_GET_PIPE(packet->header);
482 packet->header &= NCI_HCI_FRAGMENT;
491 type = NCI_HCP_MSG_GET_TYPE(packet->message.header);
493 pipe = NCI_HCP_MSG_GET_PIPE(packet->header);
601 NCI_HCP_MSG_GET_CMD(message->header));
641 NCI_HCP_MSG_GET_CMD(message->header));