Searched refs:fset (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-l2t-defs.h | 108 uint64_t fset : 3; /**< Failing L2 Tag Hit Set# (1-of-8) member 163 uint64_t fset : 3; 202 uint64_t fset : 2; /**< Failing L2 Tag Hit Set# (1-of-4) member 259 uint64_t fset : 2; 297 uint64_t fset : 2; /**< Failing L2 Tag Hit Set# (1-of-4) member 354 uint64_t fset : 2; 391 uint64_t fset : 3; /**< Failing L2 Tag Hit Set# (1-of-8) member 446 uint64_t fset : 3; 483 uint64_t fset : 3; /**< Failing L2 Tag Hit Set# (1-of-8) member 540 uint64_t fset : 3; [all …]
|
| H A D | cvmx-l2d-defs.h | 451 uint64_t fset : 3; /**< Failing SET# */ member 460 uint64_t fset : 3; 472 uint64_t fset : 2; /**< Failing SET# */ member 478 uint64_t fset : 2; 490 uint64_t fset : 2; /**< Failing SET# */ member 497 uint64_t fset : 2; 508 uint64_t fset : 3; /**< Failing SET# */ member 512 uint64_t fset : 3; 523 uint64_t fset : 3; /**< Failing SET# */ member 532 uint64_t fset : 3; [all …]
|
| /f-stack/tools/ipfw/ |
| H A D | tables.c | 356 uint32_t fset, fclear; in table_parse_type() local 362 fset = fclear = 0; in table_parse_type() 363 if (fill_flags(flowtypecmds, p, &e, &fset, &fclear) != 0) in table_parse_type() 366 *tflags = fset; in table_parse_type() 410 uint32_t fset, fclear; in table_create() local 450 fset = fclear = 0; in table_create() 451 val = fill_flags(tablevaltypes, *av, &e, &fset, &fclear); in table_create() 453 xi.vmask = fset; in table_create()
|