Searched refs:tab (Results 1 – 8 of 8) sorted by relevance
| /dpdk/examples/l2fwd-cat/ |
| H A D | cat.c | 735 struct pqos_l3ca tab[PQOS_MAX_L3CA_COS] = {{0} }; local 739 ret = pqos_l3ca_get(m_sockets[i], PQOS_MAX_L3CA_COS, &num, tab); 747 if (tab[n].cdp == 1) { 749 "dMASK: 0x%llx\n", tab[n].class_id, 751 (unsigned long long)tab[n].code_mask, 752 (unsigned long long)tab[n].data_mask); 754 (unsigned long long)tab[n].u.s.code_mask, 755 (unsigned long long)tab[n].u.s.data_mask); 759 tab[n].class_id, 761 (unsigned long long)tab[n].ways_mask); [all …]
|
| /dpdk/drivers/net/mvpp2/ |
| H A D | mrvl_qos.c | 215 get_entry_values(const char *entry, uint8_t *tab, in get_entry_values() argument 278 *tab = val; in get_entry_values() 279 tab = RTE_PTR_ADD(tab, elem_sz); in get_entry_values() 292 *tab = val; in get_entry_values() 293 tab = RTE_PTR_ADD(tab, elem_sz); in get_entry_values()
|
| /dpdk/ |
| H A D | .editorconfig | 12 indent_style = tab
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | l3_forward_access_ctrl.rst | 108 carriage return ('\r'), horizontal tab ('\t'), or vertical tab ('\v').
|
| H A D | l3_forward.rst | 252 carriage return ('\r'), horizontal tab ('\t'), or vertical tab ('\v').
|
| /dpdk/doc/guides/contributing/ |
| H A D | coding_style.rst | 434 * Indentation is a hard tab, that is, a tab character, not a sequence of spaces, 440 * Do not put any spaces before a tab for indentation. 786 aflag = 1; /* Indent case body one tab. */
|
| H A D | documentation.rst | 405 ``:dedent:`` is used in this example to remove 1 leading tab from each line of the snippet.
|
| /dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 20 There is also support for tab completion. 3325 - Pressing *?* or the *<tab>* key displays contextual help for the current
|