Home
last modified time | relevance | path

Searched refs:post_mode (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/sys/dev/vxge/vxgehal/
HDvxgehal-ring.h156 if (((__hal_ring_t *)(ringh))->config->post_mode == \
HDvxgehal-config.c1342 if ((ring_config->post_mode != VXGE_HAL_RING_POST_MODE_LEGACY) && in __hal_device_ring_config_check()
1343 (ring_config->post_mode != VXGE_HAL_RING_POST_MODE_DOORBELL) && in __hal_device_ring_config_check()
1344 (ring_config->post_mode != in __hal_device_ring_config_check()
2517 device_config->vp_config[i].ring.post_mode = in vxge_hal_device_config_default_get()
HDvxgehal-virtualpath.c8061 if (vpath->vp_config->ring.post_mode != in __hal_vpath_prc_configure()
8064 if (vpath->vp_config->ring.post_mode == in __hal_vpath_prc_configure()
8072 vpath->vp_config->ring.post_mode = in __hal_vpath_prc_configure()
8206 if ((vpath->vp_config->ring.post_mode == in __hal_vpath_kdfc_configure()
HDvxgehal-mgmtaux.c759 dev_config->vp_config[i].ring.post_mode, "%u"); in vxge_hal_aux_device_config_read()
/freebsd-11-stable/sys/dev/vxge/include/
HDvxgehal-config.h1987 u32 post_mode; member
/freebsd-11-stable/sys/dev/vxge/
HDvxge.c2158 vp_config->ring.post_mode = VXGE_HAL_RING_POST_MODE_DOORBELL; in vxge_vpath_config()