Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c3451 struct hwrm_short_input short_input = {0}; in bnxt_hwrm_do_send_msg() local
3465 short_input.req_type = req->req_type; in bnxt_hwrm_do_send_msg()
3466 short_input.signature = in bnxt_hwrm_do_send_msg()
3468 short_input.size = cpu_to_le16(msg_len); in bnxt_hwrm_do_send_msg()
3469 short_input.req_addr = in bnxt_hwrm_do_send_msg()
3472 data = (u32 *)&short_input; in bnxt_hwrm_do_send_msg()
3473 msg_len = sizeof(short_input); in bnxt_hwrm_do_send_msg()