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

/freebsd-11-stable/sys/dev/liquidio/
H A Dlio_rss.c136 memcpy(rss_param->itable, (void *)lio->rss_set.fw_itable,
139 lio_dev_info(oct, "RSS itable: Size %u\n", rss_param->param.itablesize);
142 i + 0, rss_param->itable[i + 0],
143 i + 1, rss_param->itable[i + 1],
144 i + 2, rss_param->itable[i + 2],
145 i + 3, rss_param->itable[i + 3],
146 i + 4, rss_param->itable[i + 4],
147 i + 5, rss_param->itable[i + 5],
148 i + 6, rss_param->itable[i + 6],
149 i + 7, rss_param->itable[
[all...]
H A Dlio_rss.h68 uint8_t itable[LIO_RSS_TABLE_SZ]; member in struct:lio_rss_params
/freebsd-11-stable/sys/dev/vxge/vxgehal/
H A Dvxgehal-virtualpath.c3295 * @itable: Pointer to indirection table
3296 * @itable_size: Number of entries in itable
3307 u8 *itable,
3317 vxge_assert((vpath_handles != NULL) && (itable != NULL));
3326 "itable = 0x"VXGE_OS_STXFMT", itable_size = %d",
3327 (ptr_t) vpath_handles, vpath_count, (ptr_t) itable, itable_size);
3336 itable[j]);
3360 VXGE_HAL_RTS_ACCESS_STEER_DATA0_RTH_SOLO_IT_BUCKET_DATA(itable[j]);
3362 status = __hal_vpath_rts_table_set(vpath_handles[itable[j]],
3381 if (itable[
3305 vxge_hal_vpath_rts_rth_itable_set(vxge_hal_vpath_h *vpath_handles, u32 vpath_count, u8 *itable, u32 itable_size) argument
3455 vxge_hal_vpath_rts_rth_itable_get(vxge_hal_vpath_h *vpath_handles, u32 vpath_count, u8 *itable, u32 itable_size) argument
[all...]
/freebsd-11-stable/sys/dev/nxge/include/
H A Dxgehal-device.h485 xge_hal_rts_rth_itable_set(xge_hal_device_t *hldev, u8 *itable,
/freebsd-11-stable/sys/dev/vxge/include/
H A Dvxgehal-ll.h5232 * @itable: Pointer to indirection table
5233 * @itable_size: Number of entries in itable
5245 u8 *itable,
5252 * @itable: Pointer to the buffer to return indirection table
5253 * @itable_size: pointer to buffer to return Number of entries in itable
5264 u8 *itable,
/freebsd-11-stable/sys/dev/mxge/
H A Dif_mxge.c3637 volatile uint8_t *itable; local
3664 itable = sc->sram + cmd.data0;
3666 itable[i] = (uint8_t)i;
/freebsd-11-stable/sys/dev/nxge/xgehal/
H A Dxgehal-device.c7036 * @itable: Pointer to the indirection table
7046 xge_hal_rts_rth_itable_set(xge_hal_device_t *hldev, u8 *itable, u32 itable_size) argument
7054 XGE_HAL_RTS_RTH_MAP_MEM_DATA(itable[idx]);

Completed in 410 milliseconds