Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_hwrm.c92 struct hwrm_short_input short_input = { 0 }; in bnxt_hwrm_send_message() local
112 short_input.req_type = rte_cpu_to_le_16(req->req_type); in bnxt_hwrm_send_message()
113 short_input.signature = rte_cpu_to_le_16( in bnxt_hwrm_send_message()
115 short_input.size = rte_cpu_to_le_16(msg_len); in bnxt_hwrm_send_message()
116 short_input.req_addr = in bnxt_hwrm_send_message()
119 data = (uint32_t *)&short_input; in bnxt_hwrm_send_message()
120 msg_len = sizeof(short_input); in bnxt_hwrm_send_message()