Searched refs:short_input (Results 1 – 1 of 1) sorted by relevance
465 struct hwrm_short_input short_input = {0}; in __hwrm_send() local515 short_input.req_type = ctx->req->req_type; in __hwrm_send()516 short_input.signature = in __hwrm_send()518 short_input.size = cpu_to_le16(msg_len); in __hwrm_send()519 short_input.req_addr = cpu_to_le64(ctx->dma_handle); in __hwrm_send()521 data = (u32 *)&short_input; in __hwrm_send()522 msg_len = sizeof(short_input); in __hwrm_send()
Completed in 4 milliseconds