Searched refs:LLCTRL_PDU_SIZE (Results 1 – 3 of 3) sorted by relevance
53 #define LLCTRL_PDU_SIZE (offsetof(struct pdu_data, llctrl) + sizeof(struct pdu_data_llctrl)) macro71 uint8_t data[LLCTRL_PDU_SIZE] = { 0 }; in lt_tx_pdu_and_rx_unknown_rsp()118 uint8_t data[LLCTRL_PDU_SIZE] = { 0 }; in lt_tx_undef_opcode_and_rx_unknown_rsp()
52 #define LLCTRL_PDU_SIZE (offsetof(struct pdu_data, llctrl) + sizeof(struct pdu_data_llctrl)) macro69 uint8_t data[LLCTRL_PDU_SIZE] = { 0 }; in lt_tx_invalid_pdu_size()
69 #define LLCTRL_PDU_SIZE (offsetof(struct pdu_data, llctrl) + sizeof(struct pdu_data_llctrl)) macro71 #define TX_CTRL_BUF_SIZE WB_UP(offsetof(struct node_tx, pdu) + LLCTRL_PDU_SIZE)72 #define NTF_BUF_SIZE WB_UP(offsetof(struct node_rx_pdu, pdu) + LLCTRL_PDU_SIZE)