Searched refs:i40e_switch_rsrc_t (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/intel/modules/i40e/
H A Di40e.c68 i40e_switch_rsrc_t rsrc;
70 i * sizeof (i40e_switch_rsrc_t);
73 if (mdb_vread(&rsrc, sizeof (i40e_switch_rsrc_t), raddr) !=
74 sizeof (i40e_switch_rsrc_t)) {
75 mdb_warn("failed to read i40e_switch_rsrc_t %d at %p",
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_sw.h356 typedef struct i40e_aqc_switch_resource_alloc_element_resp i40e_switch_rsrc_t; typedef in typeref:struct:i40e_aqc_switch_resource_alloc_element_resp
775 i40e_switch_rsrc_t *i40e_switch_rsrcs;
880 i40e_switch_rsrc_t *id_rsrcs; /* Switch resources for this PF */
H A Di40e_main.c244 * | i40e_switch_rsrc_t * --+---> Switch resource snapshot
467 kmem_free(idp->id_rsrcs, sizeof (i40e_switch_rsrc_t) *
511 idp->id_rsrcs = kmem_alloc(sizeof (i40e_switch_rsrc_t) *
514 sizeof (i40e_switch_rsrc_t) * idp->id_rsrcs_alloc);
841 i40e_switch_rsrc_t *buf;
845 size = cnt * sizeof (i40e_switch_rsrc_t);
891 size_t sz = sizeof (i40e_switch_rsrc_t) *
959 i40e_switch_rsrc_t *srp = &i40e->i40e_switch_rsrcs[i];
985 i40e_switch_rsrc_t *srp = &i40e->i40e_switch_rsrcs[i];

Completed in 68 milliseconds