Searched refs:data_rsp_box (Results 1 – 2 of 2) sorted by relevance
91 struct data_rsp_box { /* total: 8B */ struct
64 ALLOC_CACHE_ALIGN_BUFFER(struct data_rsp_box, rsp, in send_data_rsp()65 sizeof(struct data_rsp_box)); in send_data_rsp()70 memcpy(thor_tx_data_buf, rsp, sizeof(struct data_rsp_box)); in send_data_rsp()71 thor_tx_data(thor_tx_data_buf, sizeof(struct data_rsp_box)); in send_data_rsp()