startidx         5177 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 		cmd.startidx = cpu_to_be16(start);
startidx         3329 drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h 	__be16 startidx;
startidx         1281 drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c 		cmd.startidx = cpu_to_be16(start);
startidx         2004 drivers/net/ethernet/jme.c static void jme_drop_tx_map(struct jme_adapter *jme, int startidx, int count)
startidx         2012 drivers/net/ethernet/jme.c 		ctxbi = txbi + ((startidx + j + 2) & (mask));
startidx         1833 fs/xfs/libxfs/xfs_ialloc.c 	int				startidx, endidx;
startidx         1857 fs/xfs/libxfs/xfs_ialloc.c 	startidx = endidx = find_first_zero_bit(holemask,
startidx         1859 fs/xfs/libxfs/xfs_ialloc.c 	nextbit = startidx + 1;
startidx         1860 fs/xfs/libxfs/xfs_ialloc.c 	while (startidx < XFS_INOBT_HOLEMASK_BITS) {
startidx         1878 fs/xfs/libxfs/xfs_ialloc.c 		agbno = sagbno + (startidx * XFS_INODES_PER_HOLEMASK_BIT) /
startidx         1880 fs/xfs/libxfs/xfs_ialloc.c 		contigblk = ((endidx - startidx + 1) *
startidx         1890 fs/xfs/libxfs/xfs_ialloc.c 		startidx = endidx = nextbit;