Lines Matching refs:header
61 u8 header; /* type -cmd,evt,rsp- + instruction */ member
66 u8 header; /* cbit+pipe */ member
100 #define NCI_HCP_MSG_GET_TYPE(header) ((header & 0xc0) >> 6) argument
101 #define NCI_HCP_MSG_GET_CMD(header) (header & 0x3f) argument
102 #define NCI_HCP_MSG_GET_PIPE(header) (header & 0x7f) argument
259 NCI_HCP_MSG_GET_CMD(message->header)); in nci_hci_send_cmd()
408 type = NCI_HCP_MSG_GET_TYPE(message->header); in nci_hci_msg_rx_work()
409 instruction = NCI_HCP_MSG_GET_CMD(message->header); in nci_hci_msg_rx_work()
435 if ((packet->header & ~NCI_HCI_FRAGMENT) == 0) { in nci_hci_data_received_cb()
442 pipe = NCI_HCP_MSG_GET_PIPE(packet->header); in nci_hci_data_received_cb()
468 packet->header &= NCI_HCI_FRAGMENT; in nci_hci_data_received_cb()
477 type = NCI_HCP_MSG_GET_TYPE(packet->message.header); in nci_hci_data_received_cb()
479 pipe = NCI_HCP_MSG_GET_PIPE(packet->header); in nci_hci_data_received_cb()
550 NCI_HCP_MSG_GET_CMD(message->header)); in nci_hci_set_param()
590 NCI_HCP_MSG_GET_CMD(message->header)); in nci_hci_get_param()