Searched refs:itable_size (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/vxge/vxgehal/
H A Dvxgehal-virtualpath.c3296 * @itable_size: Number of entries in itable
3308 u32 itable_size)
3326 "itable = 0x"VXGE_OS_STXFMT", itable_size = %d",
3327 (ptr_t) vpath_handles, vpath_count, (ptr_t) itable, itable_size);
3331 for (j = 0; j < itable_size; j++) {
3355 for (j = 0; j < itable_size; j++) {
3379 for (k = 0, j = 0; k < itable_size; k++) {
3387 if ((j++ == 3) || (k == (itable_size - 1))) {
3447 * @itable_size: pointer to buffer to return Number of entries in itable
3458 u32 itable_size)
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.h486 u32 itable_size);
/freebsd-11-stable/sys/dev/vxge/include/
H A Dvxgehal-ll.h5233 * @itable_size: Number of entries in itable
5246 u32 itable_size);
5253 * @itable_size: pointer to buffer to return Number of entries in itable
5265 u32 itable_size);
/freebsd-11-stable/sys/dev/nxge/xgehal/
H A Dxgehal-device.c7037 * @itable_size: no of least significant bits to be used for hashing
7046 xge_hal_rts_rth_itable_set(xge_hal_device_t *hldev, u8 *itable, u32 itable_size) argument
7052 for (idx = 0; idx < itable_size; idx++) {

Completed in 367 milliseconds