Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_hwrm.c152 struct hwrm_short_input short_input = {0}; in _hwrm_send_message() local
180 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()