vf_state
kfree(pf->vf_state);
kfree(pf->vf_state);
struct enetc_vf_state *vf_state;
vf_state = &pf->vf_state[vf];
vf_state->flags |= ENETC_VF_FLAG_PF_SET_MAC;
struct enetc_vf_state *vf_state = &pf->vf_state[vf_id];
if (vf_state->flags & ENETC_VF_FLAG_PF_SET_MAC)
pf->vf_state = kzalloc_objs(struct enetc_vf_state,
if (!pf->vf_state)
struct enetc_vf_state *vf_state;
u8 vf_state;
req->evt_data.vf_state = enable;
if (info->evt_data.vf_state)
enum vf_state state;