short_input      4188 drivers/net/ethernet/broadcom/bnxt/bnxt.c 	struct hwrm_short_input short_input = {0};
short_input      4236 drivers/net/ethernet/broadcom/bnxt/bnxt.c 		short_input.req_type = req->req_type;
short_input      4237 drivers/net/ethernet/broadcom/bnxt/bnxt.c 		short_input.signature =
short_input      4239 drivers/net/ethernet/broadcom/bnxt/bnxt.c 		short_input.size = cpu_to_le16(msg_len);
short_input      4240 drivers/net/ethernet/broadcom/bnxt/bnxt.c 		short_input.req_addr =
short_input      4243 drivers/net/ethernet/broadcom/bnxt/bnxt.c 		data = (u32 *)&short_input;
short_input      4244 drivers/net/ethernet/broadcom/bnxt/bnxt.c 		msg_len = sizeof(short_input);