Home
last modified time | relevance | path

Searched full:tab (Results 1 – 25 of 210) sorted by relevance

123456789

/Linux-v5.4/drivers/net/ethernet/freescale/
Dgianfar_ethtool.c858 static void gfar_set_mask(u32 mask, struct filer_table *tab) in gfar_set_mask() argument
860 tab->fe[tab->index].ctrl = RQFCR_AND | RQFCR_PID_MASK | RQFCR_CMP_EXACT; in gfar_set_mask()
861 tab->fe[tab->index].prop = mask; in gfar_set_mask()
862 tab->index++; in gfar_set_mask()
866 static void gfar_set_parse_bits(u32 value, u32 mask, struct filer_table *tab) in gfar_set_parse_bits() argument
868 gfar_set_mask(mask, tab); in gfar_set_parse_bits()
869 tab->fe[tab->index].ctrl = RQFCR_CMP_EXACT | RQFCR_PID_PARSE | in gfar_set_parse_bits()
871 tab->fe[tab->index].prop = value; in gfar_set_parse_bits()
872 tab->index++; in gfar_set_parse_bits()
876 struct filer_table *tab) in gfar_set_general_attribute() argument
[all …]
/Linux-v5.4/lib/
Dcrc32.c58 crc32_body(u32 crc, unsigned char const *buf, size_t len, const u32 (*tab)[256])
78 const u32 *t0=tab[0], *t1=tab[1], *t2=tab[2], *t3=tab[3];
80 const u32 *t4 = tab[4], *t5 = tab[5], *t6 = tab[6], *t7 = tab[7];
143 * @tab: little-endian Ethernet table
147 size_t len, const u32 (*tab)[256],
160 crc = (crc >> 2) ^ tab[0][crc & 3];
161 crc = (crc >> 2) ^ tab[0][crc & 3];
162 crc = (crc >> 2) ^ tab[0][crc & 3];
163 crc = (crc >> 2) ^ tab[0][crc & 3];
168 crc = (crc >> 4) ^ tab[0][crc & 15];
[all …]
Dgen_crc32table.c38 uint32_t (*tab)[256]) in crc32init_le_generic()
43 tab[0][0] = 0; in crc32init_le_generic()
48 tab[0][i + j] = crc ^ tab[0][j]; in crc32init_le_generic()
51 crc = tab[0][i]; in crc32init_le_generic()
53 crc = tab[0][crc & 0xff] ^ (crc >> 8); in crc32init_le_generic()
54 tab[j][i] = crc; in crc32init_le_generic()
/Linux-v5.4/net/sched/
Dsch_gred.c53 struct gred_sched_data *tab[MAX_DPs]; member
98 struct gred_sched_data *q = table->tab[i]; in gred_wred_mode_check()
105 if (table->tab[n] && table->tab[n]->prio == q->prio) in gred_wred_mode_check()
159 if (table->tab[i] && table->tab[i]->red_flags) in gred_per_vq_red_flags_used()
172 if (dp >= t->DPs || (q = t->tab[dp]) == NULL) { in gred_enqueue()
175 q = t->tab[dp]; in gred_enqueue()
198 if (t->tab[i] && t->tab[i]->prio < q->prio && in gred_enqueue()
199 !red_is_idling(&t->tab[i]->vars)) in gred_enqueue()
200 qavg += t->tab[i]->vars.qavg; in gred_enqueue()
271 if (dp >= t->DPs || (q = t->tab[dp]) == NULL) { in gred_dequeue()
[all …]
Dsch_choke.c72 struct sk_buff **tab; member
100 } while (q->tab[q->head] == NULL); in choke_zap_head_holes()
110 } while (q->tab[q->tail] == NULL); in choke_zap_tail_holes()
118 struct sk_buff *skb = q->tab[idx]; in choke_drop_by_idx()
120 q->tab[idx] = NULL; in choke_drop_by_idx()
194 skb = q->tab[*pidx]; in choke_peek_random()
199 return q->tab[*pidx = q->head]; in choke_peek_random()
275 q->tab[q->tail] = skb; in choke_enqueue()
301 skb = q->tab[q->head]; in choke_dequeue()
302 q->tab[q->head] = NULL; in choke_dequeue()
[all …]
/Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_lcn.c980 struct phytbl_info tab; in wlc_lcnphy_common_read_table() local
981 tab.tbl_id = tbl_id; in wlc_lcnphy_common_read_table()
982 tab.tbl_ptr = tbl_ptr; in wlc_lcnphy_common_read_table()
983 tab.tbl_len = tbl_len; in wlc_lcnphy_common_read_table()
984 tab.tbl_width = tbl_width; in wlc_lcnphy_common_read_table()
985 tab.tbl_offset = tbl_offset; in wlc_lcnphy_common_read_table()
986 wlc_lcnphy_read_table(pi, &tab); in wlc_lcnphy_common_read_table()
995 struct phytbl_info tab; in wlc_lcnphy_common_write_table() local
996 tab.tbl_id = tbl_id; in wlc_lcnphy_common_write_table()
997 tab.tbl_ptr = tbl_ptr; in wlc_lcnphy_common_write_table()
[all …]
/Linux-v5.4/scripts/genksyms/
DMakefile6 genksyms-objs := genksyms.o parse.tab.o lex.lex.o
21 $(obj)/pars%.tab.c $(obj)/pars%.tab.h: $(src)/pars%.y FORCE
27 HOSTCFLAGS_parse.tab.o := -I $(srctree)/$(src)
31 $(obj)/lex.lex.o: $(obj)/parse.tab.h
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/
Dsched.c50 e = &s->tab[p->u.params.class]; in t4_sched_class_fw_cmd()
118 end = &s->tab[s->sched_size]; in t4_sched_queue_lookup()
119 for (e = &s->tab[0]; e != end; ++e) { in t4_sched_queue_lookup()
213 e = &s->tab[qe->param.class]; in t4_sched_queue_bind()
363 end = &s->tab[s->sched_size]; in t4_sched_class_lookup()
364 for (e = &s->tab[0]; e != end; ++e) { in t4_sched_class_lookup()
379 end = &s->tab[s->sched_size]; in t4_sched_class_lookup()
380 for (e = &s->tab[0]; e != end; ++e) { in t4_sched_class_lookup()
480 s = kvzalloc(struct_size(s, tab, sched_size), GFP_KERNEL); in t4_init_sched()
487 memset(&s->tab[i], 0, sizeof(struct sched_class)); in t4_init_sched()
[all …]
/Linux-v5.4/arch/arm/kernel/
Dunwind.c505 struct unwind_table *tab = kmalloc(sizeof(*tab), GFP_KERNEL); in unwind_table_add() local
510 if (!tab) in unwind_table_add()
511 return tab; in unwind_table_add()
513 tab->start = (const struct unwind_idx *)start; in unwind_table_add()
514 tab->stop = (const struct unwind_idx *)(start + size); in unwind_table_add()
515 tab->origin = unwind_find_origin(tab->start, tab->stop); in unwind_table_add()
516 tab->begin_addr = text_addr; in unwind_table_add()
517 tab->end_addr = text_addr + text_size; in unwind_table_add()
520 list_add_tail(&tab->list, &unwind_tables); in unwind_table_add()
523 return tab; in unwind_table_add()
[all …]
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/inc/
Dsmu_v11_0.h57 #define TAB_MAP(tab) \ argument
58 [SMU_TABLE_##tab] = {1, TABLE_##tab}
60 #define PWR_MAP(tab) \ argument
61 [SMU_POWER_SOURCE_##tab] = {1, POWER_SOURCE_##tab}
/Linux-v5.4/tools/perf/jvmti/
Dlibjvmti.c36 jvmti_line_info_t *tab, jint *nr) in do_get_line_numbers() argument
51 tab[lines].pc = (unsigned long)pc; in do_get_line_numbers()
52 tab[lines].line_number = loc_tab[i].line_number; in do_get_line_numbers()
53 tab[lines].discrim = 0; /* not yet used */ in do_get_line_numbers()
54 tab[lines].methodID = m; in do_get_line_numbers()
66 get_line_numbers(jvmtiEnv *jvmti, const void *compile_info, jvmti_line_info_t **tab, int *nr_lines) in get_line_numbers() argument
76 if (!(tab && nr_lines)) in get_line_numbers()
89 * unfortunately, need a tab to get the number of lines! in get_line_numbers()
109 *tab = malloc(nr_total * sizeof(**tab)); in get_line_numbers()
110 if (!*tab) in get_line_numbers()
[all …]
/Linux-v5.4/arch/arm/plat-samsung/
Dinit.c32 struct cpu_table *tab, in s3c_lookup_cpu() argument
35 for (; count != 0; count--, tab++) { in s3c_lookup_cpu()
36 if ((idcode & tab->idmask) == (tab->idcode & tab->idmask)) in s3c_lookup_cpu()
37 return tab; in s3c_lookup_cpu()
/Linux-v5.4/Documentation/process/
Dcode-of-conduct-interpretation.rst50 the Technical Advisory Board (TAB) or other maintainers if you're
53 uncertain about approaching the TAB or any other maintainers, please
131 the TAB, as well as a professional mediator acting as a neutral third
140 processes (see above) and consults with the TAB as needed and
144 Any decisions by the committee will be brought to the TAB, for
146 A decision by the Code of Conduct Committee can be overturned by the TAB
149 At quarterly intervals, the Code of Conduct Committee and TAB will
/Linux-v5.4/scripts/dtc/
DMakefile9 dtc-objs += dtc-lexer.lex.o dtc-parser.tab.o
27 HOSTCFLAGS_dtc-parser.tab.o := -I $(srctree)/$(src)
30 $(obj)/dtc-lexer.lex.o: $(obj)/dtc-parser.tab.h
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/
Drenoir_ppt.c36 #define TAB_MAP_VALID(tab) \ argument
37 [SMU_TABLE_##tab] = {1, TABLE_##tab}
39 #define TAB_MAP_INVALID(tab) \ argument
40 [SMU_TABLE_##tab] = {0, TABLE_##tab}
/Linux-v5.4/arch/x86/platform/uv/
Dbios_uv.c24 struct uv_systab *tab = uv_systab; in __uv_bios_call() local
27 if (!tab || !tab->function) in __uv_bios_call()
38 ret = efi_call((void *)__va(tab->function), (u64)which, a1, a2, a3, a4, a5); in __uv_bios_call()
40 ret = efi_call_virt_pointer(tab, function, (u64)which, a1, a2, a3, a4, a5); in __uv_bios_call()
/Linux-v5.4/drivers/scsi/aic7xxx/aicasm/
DMakefile70 mv $(<:.y=).tab.c $(OUTDIR)/$(<:.y=.c)
71 mv $(<:.y=).tab.h $(OUTDIR)/$(<:.y=.h)
79 mv $(<:.y=).tab.c $(OUTDIR)/$(<:.y=.c)
80 mv $(<:.y=).tab.h $(OUTDIR)/$(<:.y=.h)
/Linux-v5.4/drivers/media/dvb-frontends/
Dcxd2820r_c.c20 struct reg_val_mask tab[] = { in cxd2820r_set_frontend_c() local
48 ret = cxd2820r_wr_reg_val_mask_tab(priv, tab, ARRAY_SIZE(tab)); in cxd2820r_set_frontend_c()
301 struct reg_val_mask tab[] = { in cxd2820r_sleep_c() local
313 ret = cxd2820r_wr_reg_val_mask_tab(priv, tab, ARRAY_SIZE(tab)); in cxd2820r_sleep_c()
Dcxd2820r_t2.c26 struct reg_val_mask tab[] = { in cxd2820r_set_frontend_t2() local
91 ret = cxd2820r_wr_reg_val_mask_tab(priv, tab, ARRAY_SIZE(tab)); in cxd2820r_set_frontend_t2()
389 struct reg_val_mask tab[] = { in cxd2820r_sleep_t2() local
400 ret = cxd2820r_wr_reg_val_mask_tab(priv, tab, ARRAY_SIZE(tab)); in cxd2820r_sleep_t2()
Dcxd2820r_t.c30 struct reg_val_mask tab[] = { in cxd2820r_set_frontend_t() local
73 ret = cxd2820r_wr_reg_val_mask_tab(priv, tab, ARRAY_SIZE(tab)); in cxd2820r_set_frontend_t()
395 struct reg_val_mask tab[] = { in cxd2820r_sleep_t() local
407 ret = cxd2820r_wr_reg_val_mask_tab(priv, tab, ARRAY_SIZE(tab)); in cxd2820r_sleep_t()
Daf9013.c836 const struct af9013_reg_mask_val *tab; in af9013_init() local
894 tab = demod_init_tab; in af9013_init()
896 ret = regmap_update_bits(state->regmap, tab[i].reg, tab[i].mask, in af9013_init()
897 tab[i].val); in af9013_init()
907 tab = tuner_init_tab_mxl5003d; in af9013_init()
913 tab = tuner_init_tab_mxl5005; in af9013_init()
917 tab = tuner_init_tab_env77h11d5; in af9013_init()
921 tab = tuner_init_tab_mt2060; in af9013_init()
925 tab = tuner_init_tab_mc44s803; in af9013_init()
930 tab = tuner_init_tab_qt1010; in af9013_init()
[all …]
/Linux-v5.4/drivers/media/pci/cx88/
Dcx88-reg.h110 #define MO_DMA21_PTR2 0x3000C0 // {24}RW* DMA Tab Ptr : Ch#21
111 #define MO_DMA22_PTR2 0x3000C4 // {24}RW* DMA Tab Ptr : Ch#22
112 #define MO_DMA23_PTR2 0x3000C8 // {24}RW* DMA Tab Ptr : Ch#23
113 #define MO_DMA24_PTR2 0x3000CC // {24}RW* DMA Tab Ptr : Ch#24
114 #define MO_DMA25_PTR2 0x3000D0 // {24}RW* DMA Tab Ptr : Ch#25
115 #define MO_DMA26_PTR2 0x3000D4 // {24}RW* DMA Tab Ptr : Ch#26
116 #define MO_DMA27_PTR2 0x3000D8 // {24}RW* DMA Tab Ptr : Ch#27
117 #define MO_DMA28_PTR2 0x3000DC // {24}RW* DMA Tab Ptr : Ch#28
118 #define MO_DMA29_PTR2 0x3000E0 // {24}RW* DMA Tab Ptr : Ch#29
119 #define MO_DMA30_PTR2 0x3000E4 // {24}RW* DMA Tab Ptr : Ch#30
[all …]
/Linux-v5.4/drivers/hid/
Dhid-debug.c518 static void tab(int n, struct seq_file *f) { in tab() function
526 tab(n, f); in hid_dump_field()
531 tab(n, f); in hid_dump_field()
536 tab(n, f); in hid_dump_field()
540 tab(n, f); seq_printf(f, "Usage(%d)\n", field->maxusage); in hid_dump_field()
542 tab(n+2, f); hid_resolv_usage(field->usage[j].hid, f); seq_printf(f, "\n"); in hid_dump_field()
545 tab(n, f); seq_printf(f, "Logical Minimum(%d)\n", field->logical_minimum); in hid_dump_field()
546 tab(n, f); seq_printf(f, "Logical Maximum(%d)\n", field->logical_maximum); in hid_dump_field()
549 tab(n, f); seq_printf(f, "Physical Minimum(%d)\n", field->physical_minimum); in hid_dump_field()
550 tab(n, f); seq_printf(f, "Physical Maximum(%d)\n", field->physical_maximum); in hid_dump_field()
[all …]
/Linux-v5.4/drivers/video/fbdev/core/
Dsysimgblt.c194 const u32 *tab = NULL; in fast_imageblit() local
199 tab = fb_be_math(p) ? cfb_tab8_be : cfb_tab8_le; in fast_imageblit()
202 tab = fb_be_math(p) ? cfb_tab16_be : cfb_tab16_le; in fast_imageblit()
206 tab = cfb_tab32; in fast_imageblit()
228 end_mask = tab[(*src >> shift) & bit_mask]; in fast_imageblit()
Dcfbimgblt.c224 const u32 *tab = NULL; in fast_imageblit() local
229 tab = fb_be_math(p) ? cfb_tab8_be : cfb_tab8_le; in fast_imageblit()
232 tab = fb_be_math(p) ? cfb_tab16_be : cfb_tab16_le; in fast_imageblit()
236 tab = cfb_tab32; in fast_imageblit()
256 end_mask = tab[(*src >> shift) & bit_mask]; in fast_imageblit()

123456789