Searched refs:max_bandwidth (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.3-release/sys/dev/drm2/radeon/
H A Drs690.c139 if (tmp.full < rdev->pm.max_bandwidth.full) {
141 rdev->pm.max_bandwidth.full = tmp.full;
306 rdev->pm.max_bandwidth = rdev->pm.core_bandwidth;
308 if (rdev->pm.max_bandwidth.full > rdev->pm.sideport_bandwidth.full &&
310 rdev->pm.max_bandwidth = rdev->pm.sideport_bandwidth;
317 if (rdev->pm.max_bandwidth.full > rdev->pm.k8_bandwidth.full &&
319 rdev->pm.max_bandwidth = rdev->pm.k8_bandwidth;
320 if (rdev->pm.max_bandwidth.full > rdev->pm.ht_bandwidth.full &&
322 rdev->pm.max_bandwidth = rdev->pm.ht_bandwidth;
326 /* sclk = system clocks(ns) = 1000 / max_bandwidth / 1
[all...]
H A Dradeon.h930 * @max_bandwidth: maximum bandwidth the gpu has (MByte/s)
1076 fixed20_12 max_bandwidth; member in struct:radeon_pm
/freebsd-10.3-release/sys/dev/vxge/vxgehal/
H A Dvxgehal-virtualpath.h53 * @max_bandwidth: Maximum Band Width in Mbps
121 u32 max_bandwidth; member in struct:__hal_virtualpath_t
H A Dvxgehal-mrpcim.c354 * @max_bandwidth: Maximum Bandwidth
365 u32 max_bandwidth)
377 "priority = %d, min_bandwidth = %d, max_bandwidth = %d",
378 (ptr_t) devh, vp_id, priority, min_bandwidth, max_bandwidth);
398 config.max_bandwidth = max_bandwidth;
411 hldev->header.config.mrpcim_config.vp_qos[vp_id].max_bandwidth =
412 max_bandwidth;
427 * @max_bandwidth: Buffer to return Maximum Bandwidth
438 u32 *max_bandwidth)
360 vxge_hal_mrpcim_vpath_qos_set( vxge_hal_device_h devh, u32 vp_id, u32 priority, u32 min_bandwidth, u32 max_bandwidth) argument
433 vxge_hal_mrpcim_vpath_qos_get( vxge_hal_device_h devh, u32 vp_id, u32 *priority, u32 *min_bandwidth, u32 *max_bandwidth) argument
[all...]
H A Dvxgehal-config.c1266 if ((config->max_bandwidth >
1268 (config->max_bandwidth !=
2461 device_config->mrpcim_config.vp_qos[i].max_bandwidth =
/freebsd-10.3-release/sys/dev/vxge/include/
H A Dvxgehal-ll.h4356 * @max_bandwidth: Maximum Bandwidth
4367 u32 max_bandwidth);
4376 * @max_bandwidth: Buffer to return Maximum Bandwidth
4387 u32 *max_bandwidth);
H A Dvxgehal-config.h1598 * @max_bandwidth: Maximum allowed bandwidth
1613 u32 max_bandwidth; member in struct:vxge_hal_vpath_qos_config_t

Completed in 204 milliseconds