Searched refs:scatter_mode (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/dev/nxge/include/
H A Dxgehal-config.h446 * @scatter_mode: Xframe supports two receive scatter modes: A and B.
460 int scatter_mode; member in struct:xge_hal_ring_config_t
/freebsd-11-stable/sys/dev/vxge/vxgehal/
H A Dvxgehal-config.c1335 if ((ring_config->scatter_mode != VXGE_HAL_RING_SCATTER_MODE_A) &&
1336 (ring_config->scatter_mode != VXGE_HAL_RING_SCATTER_MODE_B) &&
1337 (ring_config->scatter_mode != VXGE_HAL_RING_SCATTER_MODE_C) &&
1338 (ring_config->scatter_mode !=
2514 device_config->vp_config[i].ring.scatter_mode =
H A Dvxgehal-mgmtaux.c757 dev_config->vp_config[i].ring.scatter_mode, "%u");
H A Dvxgehal-virtualpath.c8031 if (vpath->vp_config->ring.scatter_mode !=
8036 switch (vpath->vp_config->ring.scatter_mode) {
/freebsd-11-stable/sys/dev/nxge/xgehal/
H A Dxgehal-ring.c451 val64 |= XGE_HAL_RX_PA_CFG_SCATTER_MODE(ring->config->scatter_mode);
/freebsd-11-stable/sys/dev/vxge/include/
H A Dvxgehal-config.h1926 * @scatter_mode: X3100 supports two receive scatter modes: A and B.
1980 u32 scatter_mode; member in struct:vxge_hal_ring_config_t
/freebsd-11-stable/sys/dev/nxge/
H A Dif_nxge.c320 ring_config->scatter_mode = XGE_HAL_RING_QUEUE_SCATTER_MODE_B;
324 ring_config->scatter_mode = XGE_HAL_RING_QUEUE_SCATTER_MODE_A;
/freebsd-11-stable/sys/dev/vxge/
H A Dvxge.c2162 vp_config->ring.scatter_mode = VXGE_HAL_RING_SCATTER_MODE_A;

Completed in 295 milliseconds