Searched defs:typ (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/drivers/common/mlx5/ |
| H A D | mlx5_prm.h | 601 #define __mlx5_nullp(typ) ((struct mlx5_ifc_##typ##_bits *)0) argument 602 #define __mlx5_bit_sz(typ, fld) sizeof(__mlx5_nullp(typ)->fld) argument 609 #define __mlx5_dw_mask(typ, fld) (__mlx5_mask(typ, fld) << \ argument 616 #define __mlx5_16_mask(typ, fld) (__mlx5_mask16(typ, fld) << \ argument 620 #define MLX5_BYTE_OFF(typ, fld) (__mlx5_bit_off(typ, fld) / 8) argument 624 #define MLX5_SET(typ, p, fld, v) \ argument 635 #define MLX5_SET64(typ, p, fld, v) \ argument 642 #define MLX5_SET16(typ, p, fld, v) \ argument 653 #define MLX5_GET_VOLATILE(typ, p, fld) \ argument 657 #define MLX5_GET(typ, p, fld) \ argument [all …]
|
| /f-stack/freebsd/i386/i386/ |
| H A D | machdep.c | 1512 setidt(int idx, inthand_t *func, int typ, int dpl, int selec) in setidt() 1521 setidt_nodisp(int idx, uintptr_t off, int typ, int dpl, int selec) in setidt_nodisp()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | machdep.c | 807 setidt(int idx, inthand_t *func, int typ, int dpl, int ist) in setidt()
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-pci-defs.h | 1096 uint32_t typ : 2; /**< Type (00=32b/01=below 1MB/10=64b/11=RSV) */ member 1166 uint32_t typ : 2; /**< Type (00=32b/01=below 1MB/10=64b/11=RSV) */ member 1228 uint32_t typ : 2; /**< Type (00=32b/01=below 1MB/10=64b/11=RSV) */ member
|
| H A D | cvmx-pcieepx-defs.h | 1590 uint32_t typ : 2; /**< BAR type member 1734 uint32_t typ : 2; /**< BAR type member 1877 uint32_t typ : 2; /**< BAR type member
|