Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/thunderbolt/
Dnhi_regs.h84 #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)
Dnhi.c45 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 …]
/Linux-v4.19/net/mac80211/
Dmesh.h116 u8 hop_count; member
Dmesh_hwmp.c106 u8 hop_count, u8 ttl, in mesh_path_sel_frame_tx() argument
160 *pos++ = hop_count; in mesh_path_sel_frame_tx()
Dmesh_pathtbl.c813 mpath->hop_count = 0; in mesh_path_fix_nexthop()
/Linux-v4.19/include/linux/
Dthunderbolt.h446 u32 hop_count; member