Searched refs:vpath_mask (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/tools/tools/vxge/
H A Dvxge_cmn.h211 u64 vpath_mask; member in struct:_vxge_hal_device_hw_info_t
/freebsd-9.3-release/sys/dev/vxge/vxgehal/
H A Dvxgehal-device.c1573 u64 vpath_mask; local
1623 vpath_mask = hldev->vpaths_deployed >>
1627 VXGE_HAL_TITAN_GENERAL_INT_STATUS_VPATH_TRAFFIC_INT(vpath_mask)) {
2555 hw_info->vpath_mask = vxge_os_pio_mem_read64(pdev, regh0,
2566 if (!((hw_info->vpath_mask) & mBIT(i)))
2625 if (!((hw_info->vpath_mask) & mBIT(i)))
H A Dvxgehal-mrpcim.c239 u64 val64, vpath_mask; local
273 vpath_mask = vxge_os_pio_mem_read64(pdev, regh0,
284 if (!((vpath_mask) & mBIT(i)))
H A Dvxgehal-virtualpath.c11702 u64 pos, vpath_mask; local
11707 status = vxge_hal_get_vpath_mask(devh, vf_id, vpath_count, &vpath_mask);
11711 if (bVAL1(vpath_mask, i)) {
/freebsd-9.3-release/sys/dev/vxge/
H A Dvxge.c1353 if (!bVAL1(vdev->config.hw_info.vpath_mask, i))
2156 if (!bVAL1(vdev->config.hw_info.vpath_mask, i))
3032 u64 vpath_mask = 0; local
3050 vpath_mask = hw_info->vpath_mask;
3051 if (vpath_mask == 0) {
3060 if (!((vpath_mask) & mBIT(i)))
/freebsd-9.3-release/sys/dev/vxge/include/
H A Dvxgehal-ll.h3082 * @vpath_mask: vpath bit mask
3112 u64 vpath_mask; member in struct:vxge_hal_device_hw_info_t
4285 u32 *no_of_vpath, u64 *vpath_mask);

Completed in 259 milliseconds