Searched refs:tl (Results 101 - 115 of 115) sorted by relevance

12345

/linux-master/arch/x86/net/
H A Dbpf_jit_comp.c2600 struct bpf_tramp_links *tl, int stack_size,
2607 for (i = 0; i < tl->nr_links; i++) {
2608 if (invoke_bpf_prog(m, &prog, tl->links[i], stack_size,
2617 struct bpf_tramp_links *tl, int stack_size,
2629 for (i = 0; i < tl->nr_links; i++) {
2630 if (invoke_bpf_prog(m, &prog, tl->links[i], stack_size, run_ctx_off, true,
2599 invoke_bpf(const struct btf_func_model *m, u8 **pprog, struct bpf_tramp_links *tl, int stack_size, int run_ctx_off, bool save_ret, void *image, void *rw_image) argument
2616 invoke_bpf_mod_ret(const struct btf_func_model *m, u8 **pprog, struct bpf_tramp_links *tl, int stack_size, int run_ctx_off, u8 **branches, void *image, void *rw_image) argument
/linux-master/arch/arm64/net/
H A Dbpf_jit_comp.c1880 static void invoke_bpf_mod_ret(struct jit_ctx *ctx, struct bpf_tramp_links *tl, argument
1890 for (i = 0; i < tl->nr_links; i++) {
1891 invoke_bpf_prog(ctx, tl->links[i], args_off, retval_off,
/linux-master/drivers/gpu/drm/radeon/
H A Dr600_dpm.c219 int r600_calculate_at(u32 t, u32 h, u32 fh, u32 fl, u32 *tl, u32 *th) argument
235 *tl = t + al;
/linux-master/drivers/scsi/isci/
H A Dregisters.h1807 struct scu_transport_layer_registers tl; member in struct:transport_link_layer_pair
H A Dhost.c2217 &ihost->scu_registers->peg0.pe[i].tl,
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dhal_desc.h483 u32 tl; member in struct:hal_tlv_hdr
H A Ddp_rx.c2967 tlv_len = FIELD_GET(HAL_TLV_HDR_LEN, tlv->tl);
2972 if (FIELD_GET(HAL_TLV_HDR_TAG, tlv->tl) != HAL_RX_PPDU_START)
3055 if (FIELD_GET(HAL_TLV_HDR_TAG, tlv->tl) !=
3059 tlv->tl), buf_id);
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddsi.c3705 int tl, t_he, width_bytes; local
3714 tl = DIV_ROUND_UP(4, ndl) + (hsync_end ? hsa : 0) + t_he + hfp +
3718 hfp, hsync_end ? hsa : 0, tl);
3737 r = FLD_MOD(r, tl, 31, 16); /* TL */
/linux-master/drivers/gpu/drm/omapdrm/dss/
H A Ddsi.c2897 int tl, t_he, width_bytes; local
2906 tl = DIV_ROUND_UP(4, ndl) + (hsync_end ? hsa : 0) + t_he + hfp +
2910 hfp, hsync_end ? hsa : 0, tl);
2929 r = FLD_MOD(r, tl, 31, 16); /* TL */
/linux-master/arch/sparc/kernel/
H A Dhead_64.S719 wrpr %g0, 0x0, %tl
/linux-master/include/linux/
H A Dnvme.h1595 __le32 tl; member in struct:nvmf_auth_send_command
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_submission.c4293 struct intel_timeline *tl; local
4295 list_for_each_entry(tl, &engine->status_page.timelines, engine_link)
4296 intel_timeline_reset_seqno(tl);
/linux-master/scripts/
H A Dget_maintainer.pl1864 tl toggle open list entries
/linux-master/drivers/net/wireless/ath/ath12k/
H A Ddp_rx.c3833 tag = u64_get_bits(hdr->tl, HAL_SRNG_TLV_HDR_TAG);
/linux-master/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dsi_dpm.c3353 static int r600_calculate_at(u32 t, u32 h, u32 fh, u32 fl, u32 *tl, u32 *th) argument
3369 *tl = t + al;

Completed in 421 milliseconds

12345