hop_count          47 drivers/thunderbolt/nhi.c 		bit += ring->nhi->hop_count;
hop_count          72 drivers/thunderbolt/nhi.c 			index = ring->hop + ring->nhi->hop_count;
hop_count         445 drivers/thunderbolt/nhi.c 		for (i = RING_FIRST_USABLE_HOPID; i < nhi->hop_count; i++) {
hop_count         460 drivers/thunderbolt/nhi.c 	if (ring->hop < 0 || ring->hop >= nhi->hop_count) {
hop_count         820 drivers/thunderbolt/nhi.c 	for (bit = 0; bit < 3 * nhi->hop_count; bit++) {
hop_count         825 drivers/thunderbolt/nhi.c 		if (++hop == nhi->hop_count) {
hop_count        1019 drivers/thunderbolt/nhi.c 	for (i = 0; i < nhi->hop_count; i++) {
hop_count        1125 drivers/thunderbolt/nhi.c 	nhi->hop_count = ioread32(nhi->iobase + REG_HOP_COUNT) & 0x3ff;
hop_count        1126 drivers/thunderbolt/nhi.c 	if (nhi->hop_count != 12 && nhi->hop_count != 32)
hop_count        1128 drivers/thunderbolt/nhi.c 			 nhi->hop_count);
hop_count        1130 drivers/thunderbolt/nhi.c 	nhi->tx_rings = devm_kcalloc(&pdev->dev, nhi->hop_count,
hop_count        1132 drivers/thunderbolt/nhi.c 	nhi->rx_rings = devm_kcalloc(&pdev->dev, nhi->hop_count,
hop_count          85 drivers/thunderbolt/nhi_regs.h #define RING_NOTIFY_REG_COUNT(nhi) ((31 + 3 * nhi->hop_count) / 32)
hop_count          93 drivers/thunderbolt/nhi_regs.h #define RING_INTERRUPT_REG_COUNT(nhi) ((31 + 2 * nhi->hop_count) / 32)
hop_count         453 include/linux/thunderbolt.h 	u32 hop_count;
hop_count        1633 include/net/cfg80211.h 	u8 hop_count;
hop_count        1832 net/mac80211/cfg.c 	pinfo->hop_count = mpath->hop_count;
hop_count         116 net/mac80211/mesh.h 	u8 hop_count;
hop_count         104 net/mac80211/mesh_hwmp.c 				  u8 hop_count, u8 ttl,
hop_count         158 net/mac80211/mesh_hwmp.c 	*pos++ = hop_count;
hop_count         497 net/mac80211/mesh_hwmp.c 			mpath->hop_count = hopcount;
hop_count         543 net/mac80211/mesh_hwmp.c 			mpath->hop_count = 1;
hop_count         751 net/mac80211/mesh_pathtbl.c 	mpath->hop_count = 0;
hop_count        6143 net/wireless/nl80211.c 			pinfo->hop_count)) ||