Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/tulip/
Deeprom.c119 tp->mtable->leafcount = 1; in tulip_build_fake_mediatable()
239 mtable->leafcount = count; in tulip_parse_eeprom()
263 mtable->leafcount--; in tulip_parse_eeprom()
Dtimer.c150 tp->cur_index = tp->mtable->leafcount - 1; in tulip_timer()
D21142.c168 for (i = 0; i < tp->mtable->leafcount; i++) in t21142_lnk_change()
Dtulip_core.c375 for (i = 0; i < tp->mtable->leafcount; i++) in tulip_up()
384 for (i = 0; i < tp->mtable->leafcount; i++) in tulip_up()
392 for (i = tp->mtable->leafcount - 1; in tulip_up()
602 tp->cur_index = tp->mtable->leafcount - 1; in tulip_tx_timeout()
1707 for (i = 0; i < tp->mtable->leafcount; i++) in tulip_init_one()
Dtulip.h347 u8 leafcount; member
/linux-2.4.37.9/fs/xfs/
Dxfs_dir.c192 uint shortcount, leafcount, count; in xfs_dir_mount() local
197 leafcount = (XFS_LBSIZE(mp) - (uint)sizeof(xfs_dir_leaf_hdr_t)) / in xfs_dir_mount()
200 count = shortcount > leafcount ? shortcount : leafcount; in xfs_dir_mount()