Searched refs:short_input (Results 1 – 1 of 1) sorted by relevance
152 struct hwrm_short_input short_input = {0}; in _hwrm_send_message() local180 short_input.req_type = req->req_type; in _hwrm_send_message()181 short_input.signature = in _hwrm_send_message()183 short_input.size = htole16(msg_len); in _hwrm_send_message()184 short_input.req_addr = in _hwrm_send_message()187 data = (uint32_t *)&short_input; in _hwrm_send_message()188 msg_len = sizeof(short_input); in _hwrm_send_message()