Searched refs:rep_cfg (Results 1 – 1 of 1) sorted by relevance
112 struct lio_vf_rep_req rep_cfg; in lio_vf_rep_open() local118 memset(&rep_cfg, 0, sizeof(rep_cfg)); in lio_vf_rep_open()119 rep_cfg.req_type = LIO_VF_REP_REQ_STATE; in lio_vf_rep_open()120 rep_cfg.ifidx = vf_rep->ifidx; in lio_vf_rep_open()121 rep_cfg.rep_state.state = LIO_VF_REP_STATE_UP; in lio_vf_rep_open()123 ret = lio_vf_rep_send_soft_command(oct, &rep_cfg, in lio_vf_rep_open()124 sizeof(rep_cfg), NULL, 0); in lio_vf_rep_open()145 struct lio_vf_rep_req rep_cfg; in lio_vf_rep_stop() local151 memset(&rep_cfg, 0, sizeof(rep_cfg)); in lio_vf_rep_stop()152 rep_cfg.req_type = LIO_VF_REP_REQ_STATE; in lio_vf_rep_stop()[all …]