Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/
Dif_bnxt.c2450 struct hwrm_short_input short_input = {0}; in _hwrm_send_message() local
2463 short_input.req_type = req->req_type; in _hwrm_send_message()
2464 short_input.signature = in _hwrm_send_message()
2466 short_input.size = htole16(msg_len); in _hwrm_send_message()
2467 short_input.req_addr = in _hwrm_send_message()
2470 data = (uint32_t *)&short_input; in _hwrm_send_message()
2471 msg_len = sizeof(short_input); in _hwrm_send_message()