Home
last modified time | relevance | path

Searched refs:t_offset (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/net/mac80211/
Dmesh_sync.c133 sta->mesh->t_offset = t_t - t_r; in mesh_sync_offset_rx_bcn_presp()
136 s64 t_clockdrift = sta->mesh->t_offset_setpoint - sta->mesh->t_offset; in mesh_sync_offset_rx_bcn_presp()
139 sta->sta.addr, (long long) sta->mesh->t_offset, in mesh_sync_offset_rx_bcn_presp()
158 sta->mesh->t_offset_setpoint = sta->mesh->t_offset - TOFFSET_SET_MARGIN; in mesh_sync_offset_rx_bcn_presp()
163 (long long) sta->mesh->t_offset); in mesh_sync_offset_rx_bcn_presp()
Dsta_info.h373 s64 t_offset; member
Dsta_info.c2272 sinfo->t_offset = sta->mesh->t_offset; in sta_set_sinfo()
/Linux-v4.19/arch/sparc/net/
Dbpf_jit_comp_32.c392 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()
654 t_offset = addrs[i + filter[i].jt]; in bpf_jit_compile()
658 emit_jump(t_offset); in bpf_jit_compile()
695 t_offset += 8; in bpf_jit_compile()
696 emit_branch(t_op, t_offset); in bpf_jit_compile()
/Linux-v4.19/drivers/memstick/core/
Dmspro_block.c584 size_t t_offset; in h_mspro_block_transfer_data() local
635 t_offset = msb->req_sg[msb->current_seg].offset; in h_mspro_block_transfer_data()
636 t_offset += msb->current_page * msb->page_size; in h_mspro_block_transfer_data()
640 t_offset >> PAGE_SHIFT), in h_mspro_block_transfer_data()
641 msb->page_size, offset_in_page(t_offset)); in h_mspro_block_transfer_data()
/Linux-v4.19/drivers/net/wireless/quantenna/qtnfmac/
Dqlink.h1398 __le64 t_offset; member
/Linux-v4.19/include/net/
Dcfg80211.h1326 s64 t_offset; member
/Linux-v4.19/net/wireless/
Dnl80211.c4724 PUT_SINFO_U64(T_OFFSET, t_offset); in nl80211_send_station()