Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c4446 struct hwrm_short_input short_input = {0}; in bnxt_hwrm_do_send_msg() local
4493 short_input.req_type = req->req_type; in bnxt_hwrm_do_send_msg()
4494 short_input.signature = in bnxt_hwrm_do_send_msg()
4496 short_input.size = cpu_to_le16(msg_len); in bnxt_hwrm_do_send_msg()
4497 short_input.req_addr = in bnxt_hwrm_do_send_msg()
4500 data = (u32 *)&short_input; in bnxt_hwrm_do_send_msg()
4501 msg_len = sizeof(short_input); in bnxt_hwrm_do_send_msg()