Searched refs:hop_count (Results 1 – 6 of 6) sorted by relevance
84 #define RING_NOTIFY_REG_COUNT(nhi) ((31 + 3 * nhi->hop_count) / 32)92 #define RING_INTERRUPT_REG_COUNT(nhi) ((31 + 2 * nhi->hop_count) / 32)
45 bit += ring->nhi->hop_count; in ring_interrupt_index()70 index = ring->hop + ring->nhi->hop_count; in ring_interrupt_active()429 for (i = RING_FIRST_USABLE_HOPID; i < nhi->hop_count; i++) { in nhi_alloc_hop()444 if (ring->hop < 0 || ring->hop >= nhi->hop_count) { in nhi_alloc_hop()805 for (bit = 0; bit < 3 * nhi->hop_count; bit++) { in nhi_interrupt_work()810 if (++hop == nhi->hop_count) { in nhi_interrupt_work()936 for (i = 0; i < nhi->hop_count; i++) { in nhi_shutdown()1023 nhi->hop_count = ioread32(nhi->iobase + REG_HOP_COUNT) & 0x3ff; in nhi_probe()1024 if (nhi->hop_count != 12 && nhi->hop_count != 32) in nhi_probe()1026 nhi->hop_count); in nhi_probe()[all …]
116 u8 hop_count; member
106 u8 hop_count, u8 ttl, in mesh_path_sel_frame_tx() argument160 *pos++ = hop_count; in mesh_path_sel_frame_tx()
813 mpath->hop_count = 0; in mesh_path_fix_nexthop()
446 u32 hop_count; member