Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c4351 struct hwrm_short_input short_input = {0}; in bnxt_hwrm_do_send_msg() local
4398 short_input.req_type = req->req_type; in bnxt_hwrm_do_send_msg()
4399 short_input.signature = in bnxt_hwrm_do_send_msg()
4401 short_input.size = cpu_to_le16(msg_len); in bnxt_hwrm_do_send_msg()
4402 short_input.req_addr = in bnxt_hwrm_do_send_msg()
4405 data = (u32 *)&short_input; in bnxt_hwrm_do_send_msg()
4406 msg_len = sizeof(short_input); in bnxt_hwrm_do_send_msg()