Searched refs:rep_cfg (Results 1 – 1 of 1) sorted by relevance
128 struct lio_vf_rep_req rep_cfg; in lio_vf_rep_open() local134 memset(&rep_cfg, 0, sizeof(rep_cfg)); in lio_vf_rep_open()135 rep_cfg.req_type = LIO_VF_REP_REQ_STATE; in lio_vf_rep_open()136 rep_cfg.ifidx = vf_rep->ifidx; in lio_vf_rep_open()137 rep_cfg.rep_state.state = LIO_VF_REP_STATE_UP; in lio_vf_rep_open()139 ret = lio_vf_rep_send_soft_command(oct, &rep_cfg, in lio_vf_rep_open()140 sizeof(rep_cfg), NULL, 0); in lio_vf_rep_open()161 struct lio_vf_rep_req rep_cfg; in lio_vf_rep_stop() local167 memset(&rep_cfg, 0, sizeof(rep_cfg)); in lio_vf_rep_stop()168 rep_cfg.req_type = LIO_VF_REP_REQ_STATE; in lio_vf_rep_stop()[all …]