Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/thunderbolt/
Dnhi_regs.h85 #define RING_NOTIFY_REG_COUNT(nhi) ((31 + 3 * nhi->hop_count) / 32)
93 #define RING_INTERRUPT_REG_COUNT(nhi) ((31 + 2 * nhi->hop_count) / 32)
Dnhi.c47 bit += ring->nhi->hop_count; in ring_interrupt_index()
72 index = ring->hop + ring->nhi->hop_count; in ring_interrupt_active()
445 for (i = RING_FIRST_USABLE_HOPID; i < nhi->hop_count; i++) { in nhi_alloc_hop()
460 if (ring->hop < 0 || ring->hop >= nhi->hop_count) { in nhi_alloc_hop()
820 for (bit = 0; bit < 3 * nhi->hop_count; bit++) { in nhi_interrupt_work()
825 if (++hop == nhi->hop_count) { in nhi_interrupt_work()
1019 for (i = 0; i < nhi->hop_count; i++) { in nhi_shutdown()
1125 nhi->hop_count = ioread32(nhi->iobase + REG_HOP_COUNT) & 0x3ff; in nhi_probe()
1126 if (nhi->hop_count != 12 && nhi->hop_count != 32) in nhi_probe()
1128 nhi->hop_count); in nhi_probe()
[all …]
/Linux-v5.4/net/mac80211/
Dmesh_hwmp.c104 u8 hop_count, u8 ttl, in mesh_path_sel_frame_tx() argument
158 *pos++ = hop_count; in mesh_path_sel_frame_tx()
494 mpath->hop_count = hopcount; in hwmp_route_info_get()
540 mpath->hop_count = 1; in hwmp_route_info_get()
Dmesh.h116 u8 hop_count; member
Dmesh_pathtbl.c751 mpath->hop_count = 0; in mesh_path_fix_nexthop()
Dcfg.c1832 pinfo->hop_count = mpath->hop_count; in mpath_set_pinfo()
/Linux-v5.4/include/linux/
Dthunderbolt.h453 u32 hop_count; member
/Linux-v5.4/include/net/
Dcfg80211.h1633 u8 hop_count; member
/Linux-v5.4/net/wireless/
Dnl80211.c6139 pinfo->hop_count)) || in nl80211_send_mpath()