Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c4180 struct hwrm_short_input short_input = {0}; in bnxt_hwrm_do_send_msg() local
4228 short_input.req_type = req->req_type; in bnxt_hwrm_do_send_msg()
4229 short_input.signature = in bnxt_hwrm_do_send_msg()
4231 short_input.size = cpu_to_le16(msg_len); in bnxt_hwrm_do_send_msg()
4232 short_input.req_addr = in bnxt_hwrm_do_send_msg()
4235 data = (u32 *)&short_input; in bnxt_hwrm_do_send_msg()
4236 msg_len = sizeof(short_input); in bnxt_hwrm_do_send_msg()