Searched refs:MEI_WD_HDR_SIZE (Results 1 – 2 of 2) sorted by relevance
45 memcpy(dev->wd_data, mei_start_wd_params, MEI_WD_HDR_SIZE); in mei_wd_set_start_timeout()46 memcpy(dev->wd_data + MEI_WD_HDR_SIZE, &timeout, sizeof(u16)); in mei_wd_set_start_timeout()112 if (!memcmp(dev->wd_data, mei_start_wd_params, MEI_WD_HDR_SIZE)) in mei_wd_send()114 else if (!memcmp(dev->wd_data, mei_stop_wd_params, MEI_WD_HDR_SIZE)) in mei_wd_send()
32 #define MEI_WD_HDR_SIZE 4 macro33 #define MEI_WD_STOP_MSG_SIZE MEI_WD_HDR_SIZE34 #define MEI_WD_START_MSG_SIZE (MEI_WD_HDR_SIZE + 16)