1 /* SPDX-License-Identifier: BSD-3-Clause
2 * Copyright(C) 2021 Marvell.
8 otx2_ep_vf_setup_device(struct otx_ep_device *sdpvf);
10 struct otx2_ep_instr_64B {
11 /* Pointer where the input data is available. */
14 /* OTX_EP Instruction Header. */
15 union otx_ep_instr_ih ih;
17 /** Pointer where the response for a RAW mode packet
18 * will be written by OCTEON TX.
22 /* Input Request Header. */
23 union otx_ep_instr_irh irh;
25 /* Additional headers available in a 64-byte instruction. */
29 #endif /*_OTX2_EP_VF_H_ */