Lines Matching refs:header
61 u8 header; /* type -cmd,evt,rsp- + instruction */ member
66 u8 header; /* cbit+pipe */ member
103 #define NCI_HCP_MSG_GET_TYPE(header) ((header & 0xc0) >> 6) argument
104 #define NCI_HCP_MSG_GET_CMD(header) (header & 0x3f) argument
105 #define NCI_HCP_MSG_GET_PIPE(header) (header & 0x7f) argument
262 NCI_HCP_MSG_GET_CMD(message->header)); in nci_hci_send_cmd()
425 type = NCI_HCP_MSG_GET_TYPE(message->header); in nci_hci_msg_rx_work()
426 instruction = NCI_HCP_MSG_GET_CMD(message->header); in nci_hci_msg_rx_work()
452 if ((packet->header & ~NCI_HCI_FRAGMENT) == 0) { in nci_hci_data_received_cb()
459 pipe = NCI_HCP_MSG_GET_PIPE(packet->header); in nci_hci_data_received_cb()
485 packet->header &= NCI_HCI_FRAGMENT; in nci_hci_data_received_cb()
494 type = NCI_HCP_MSG_GET_TYPE(packet->message.header); in nci_hci_data_received_cb()
496 pipe = NCI_HCP_MSG_GET_PIPE(packet->header); in nci_hci_data_received_cb()
604 NCI_HCP_MSG_GET_CMD(message->header)); in nci_hci_set_param()
644 NCI_HCP_MSG_GET_CMD(message->header)); in nci_hci_get_param()