virtchnl_vf_resource
struct virtchnl_vf_resource *msg)
struct virtchnl_vf_resource *vf_res;
bufsz = sizeof(struct virtchnl_vf_resource) +
sc->vf_res = (struct virtchnl_vf_resource *)malloc(bufsz, M_IAVF, M_NOWAIT);
struct virtchnl_vf_resource *msg);
len = sizeof(struct virtchnl_vf_resource) +
VIRTCHNL_CHECK_STRUCT_LEN(36, virtchnl_vf_resource);
struct virtchnl_vf_resource *vf_res;
vf_res_len = sizeof(struct virtchnl_vf_resource);
vf_res = (struct virtchnl_vf_resource *)malloc(vf_res_len, M_ICE,
VIRTCHNL_CHECK_STRUCT_LEN(36, virtchnl_vf_resource);
struct virtchnl_vf_resource *msg)
struct virtchnl_vf_resource *msg);
struct virtchnl_vf_resource reply;
VIRTCHNL_CHECK_STRUCT_LEN(36, virtchnl_vf_resource);