Searched refs:short_input (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/bnxt/
H A Dbnxt_hwrm.c126 struct hwrm_short_input short_input = {0}; local
140 short_input.req_type = req->req_type;
141 short_input.signature =
143 short_input.size = htole16(msg_len);
144 short_input.req_addr =
147 data = (uint32_t *)&short_input;
148 msg_len = sizeof(short_input);

Completed in 107 milliseconds