Searched refs:devcaps (Results 1 – 4 of 4) sorted by relevance
80 (i, dev_priv->devcaps[i]); in vmw_fill_compat_cap()92 vmw->devcaps = vzalloc(sizeof(uint32_t) * SVGA3D_DEVCAP_MAX); in vmw_devcaps_create()93 if (!vmw->devcaps) in vmw_devcaps_create()97 vmw->devcaps[i] = vmw_read(vmw, SVGA_REG_DEV_CAP); in vmw_devcaps_create()105 vfree(vmw->devcaps); in vmw_devcaps_destroy()106 vmw->devcaps = NULL; in vmw_devcaps_destroy()132 memcpy(dst, vmw->devcaps, dst_size); in vmw_devcaps_copy()
46 return vmw->devcaps[devcap]; in vmw_devcap_get()
617 uint32 *devcaps; member
1849 void *devcaps; in ice_devlink_devcaps_snapshot() local1852 devcaps = vzalloc(ICE_AQ_MAX_BUF_LEN); in ice_devlink_devcaps_snapshot()1853 if (!devcaps) in ice_devlink_devcaps_snapshot()1856 status = ice_aq_list_caps(hw, devcaps, ICE_AQ_MAX_BUF_LEN, NULL, in ice_devlink_devcaps_snapshot()1862 vfree(devcaps); in ice_devlink_devcaps_snapshot()1866 *data = (u8 *)devcaps; in ice_devlink_devcaps_snapshot()
Completed in 16 milliseconds