Home
last modified time | relevance | path

Searched refs:startidx (Results 1 – 5 of 5) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_ialloc.c1983 int startidx, endidx; in xfs_difree_inode_chunk() local
2007 startidx = endidx = find_first_zero_bit(holemask, in xfs_difree_inode_chunk()
2009 nextbit = startidx + 1; in xfs_difree_inode_chunk()
2010 while (startidx < XFS_INOBT_HOLEMASK_BITS) { in xfs_difree_inode_chunk()
2030 agbno = sagbno + (startidx * XFS_INODES_PER_HOLEMASK_BIT) / in xfs_difree_inode_chunk()
2032 contigblk = ((endidx - startidx + 1) * in xfs_difree_inode_chunk()
2045 startidx = endidx = nextbit; in xfs_difree_inode_chunk()
/linux/drivers/net/ethernet/
H A Djme.c1983 static void jme_drop_tx_map(struct jme_adapter *jme, int startidx, int count) in jme_drop_tx_map() argument
1991 ctxbi = txbi + ((startidx + j + 2) & (mask)); in jme_drop_tx_map()
/linux/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_hw.c1280 cmd.startidx = cpu_to_be16(start); in t4vf_config_rss_range()
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4fw_api.h3390 __be16 startidx; member
H A Dt4_hw.c5164 cmd.startidx = cpu_to_be16(start); in t4_config_rss_range()