/kernel/linux/linux-5.10/net/mac80211/ |
H A D | mesh_sync.c | 130 sta->mesh->t_offset = t_t - t_r; in mesh_sync_offset_rx_bcn_presp() 133 s64 t_clockdrift = sta->mesh->t_offset_setpoint - sta->mesh->t_offset; in mesh_sync_offset_rx_bcn_presp() 135 "STA %pM : t_offset=%lld, t_offset_setpoint=%lld, t_clockdrift=%lld\n", in mesh_sync_offset_rx_bcn_presp() 136 sta->sta.addr, (long long) sta->mesh->t_offset, in mesh_sync_offset_rx_bcn_presp() 155 sta->mesh->t_offset_setpoint = sta->mesh->t_offset - TOFFSET_SET_MARGIN; in mesh_sync_offset_rx_bcn_presp() 158 "STA %pM : offset was invalid, t_offset=%lld\n", in mesh_sync_offset_rx_bcn_presp() 160 (long long) sta->mesh->t_offset); in mesh_sync_offset_rx_bcn_presp()
|
H A D | sta_info.h | 378 * @t_offset: timing offset relative to this host 395 s64 t_offset; member
|
H A D | sta_info.c | 2448 sinfo->t_offset = sta->mesh->t_offset; in sta_set_sinfo()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | mesh_sync.c | 128 sta->mesh->t_offset = t_t - t_r; in mesh_sync_offset_rx_bcn_presp() 131 s64 t_clockdrift = sta->mesh->t_offset_setpoint - sta->mesh->t_offset; in mesh_sync_offset_rx_bcn_presp() 133 "STA %pM : t_offset=%lld, t_offset_setpoint=%lld, t_clockdrift=%lld\n", in mesh_sync_offset_rx_bcn_presp() 134 sta->sta.addr, (long long) sta->mesh->t_offset, in mesh_sync_offset_rx_bcn_presp() 153 sta->mesh->t_offset_setpoint = sta->mesh->t_offset - TOFFSET_SET_MARGIN; in mesh_sync_offset_rx_bcn_presp() 156 "STA %pM : offset was invalid, t_offset=%lld\n", in mesh_sync_offset_rx_bcn_presp() 158 (long long) sta->mesh->t_offset); in mesh_sync_offset_rx_bcn_presp()
|
H A D | sta_info.h | 382 * @t_offset: timing offset relative to this host 399 s64 t_offset; member
|
H A D | sta_info.c | 2752 sinfo->t_offset = sta->mesh->t_offset; in sta_set_sinfo()
|
/kernel/linux/linux-5.10/arch/sparc/net/ |
H A D | bpf_jit_comp_32.c | 392 unsigned int t_offset; in bpf_jit_compile() local 464 t_offset = addrs[pc_ret0 - 1]; in bpf_jit_compile() 465 emit_branch(BE, t_offset + 20); in bpf_jit_compile() 653 t_offset = addrs[i + filter[i].jt]; in bpf_jit_compile() 657 emit_jump(t_offset); in bpf_jit_compile() 694 t_offset += 8; in bpf_jit_compile() 695 emit_branch(t_op, t_offset); in bpf_jit_compile()
|
/kernel/linux/linux-6.6/arch/sparc/net/ |
H A D | bpf_jit_comp_32.c | 392 unsigned int t_offset; in bpf_jit_compile() local 464 t_offset = addrs[pc_ret0 - 1]; in bpf_jit_compile() 465 emit_branch(BE, t_offset + 20); in bpf_jit_compile() 653 t_offset = addrs[i + filter[i].jt]; in bpf_jit_compile() 657 emit_jump(t_offset); in bpf_jit_compile() 694 t_offset += 8; in bpf_jit_compile() 695 emit_branch(t_op, t_offset); in bpf_jit_compile()
|
/kernel/linux/linux-6.6/drivers/memstick/core/ |
H A D | mspro_block.c | 508 size_t t_offset; in h_mspro_block_transfer_data() local 559 t_offset = msb->req_sg[msb->current_seg].offset; in h_mspro_block_transfer_data() 560 t_offset += msb->current_page * msb->page_size; in h_mspro_block_transfer_data() 564 t_offset >> PAGE_SHIFT), in h_mspro_block_transfer_data() 565 msb->page_size, offset_in_page(t_offset)); in h_mspro_block_transfer_data()
|
/kernel/linux/linux-5.10/drivers/memstick/core/ |
H A D | mspro_block.c | 580 size_t t_offset; in h_mspro_block_transfer_data() local 631 t_offset = msb->req_sg[msb->current_seg].offset; in h_mspro_block_transfer_data() 632 t_offset += msb->current_page * msb->page_size; in h_mspro_block_transfer_data() 636 t_offset >> PAGE_SHIFT), in h_mspro_block_transfer_data() 637 msb->page_size, offset_in_page(t_offset)); in h_mspro_block_transfer_data()
|
/kernel/linux/linux-5.10/drivers/net/wireless/quantenna/qtnfmac/ |
H A D | qlink.h | 1816 __le64 t_offset; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/quantenna/qtnfmac/ |
H A D | qlink.h | 1816 __le64 t_offset; member
|
/kernel/linux/linux-5.10/include/net/ |
H A D | cfg80211.h | 1647 * @t_offset: Time offset of the station relative to this host. 1706 s64 t_offset; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | cfg80211.h | 1916 * @t_offset: Time offset of the station relative to this host. 1993 s64 t_offset; member
|
/kernel/linux/linux-5.10/net/wireless/ |
H A D | nl80211.c | 5741 PUT_SINFO_U64(T_OFFSET, t_offset); in nl80211_send_station()
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | nl80211.c | 6663 PUT_SINFO_U64(T_OFFSET, t_offset); in nl80211_send_station()
|