cpt_inst_s
static int send_cpt_command(struct cpt_vf *cptvf, union cpt_inst_s *cmd,
union cpt_inst_s cptinst;
cn10k_cpt_inst_flush(pf, &inst, sizeof(struct cpt_inst_s));
static void cn10k_cpt_inst_flush(struct otx2_nic *pf, struct cpt_inst_s *inst,
struct cpt_inst_s inst = {};
cn10k_cpt_inst_flush(pf, &inst, sizeof(struct cpt_inst_s));
struct cpt_inst_s inst;
memset(&inst, 0, sizeof(struct cpt_inst_s));