Home
last modified time | relevance | path

Searched refs:typ (Results 1 – 9 of 9) sorted by relevance

/f-stack/dpdk/drivers/common/mlx5/
H A Dmlx5_prm.h601 #define __mlx5_nullp(typ) ((struct mlx5_ifc_##typ##_bits *)0) argument
602 #define __mlx5_bit_sz(typ, fld) sizeof(__mlx5_nullp(typ)->fld) argument
607 #define __mlx5_dw_off(typ, fld) (__mlx5_bit_off(typ, fld) / 32) argument
608 #define __mlx5_64_off(typ, fld) (__mlx5_bit_off(typ, fld) / 64) argument
609 #define __mlx5_dw_mask(typ, fld) (__mlx5_mask(typ, fld) << \ argument
612 #define __mlx5_16_off(typ, fld) (__mlx5_bit_off(typ, fld) / 16) 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
655 __mlx5_dw_off(typ, fld))) >> __mlx5_dw_bit_off(typ, fld)) & \
659 __mlx5_dw_off(typ, fld))) >> __mlx5_dw_bit_off(typ, fld)) & \
[all …]
/f-stack/freebsd/contrib/openzfs/contrib/dracut/02zfsexpandknowledge/
H A Dmodule-setup.sh.in4 local typ
5 typ=$(udevadm info --query=property --name="$1" | grep "^ID_FS_TYPE=" | sed 's|^ID_FS_TYPE=||')
6 if [ "$typ" = "" ] ; then
7 typ=$(blkid -c /dev/null "$1" -o value -s TYPE)
9 echo "$typ"
/f-stack/freebsd/contrib/device-tree/Bindings/display/panel/
H A Dpanel-timing.yaml57 of min, typ, max values.
83 description: min, typ, max number of pixels
96 description: min, typ, max number of pixels
109 description: min, typ, max number of pixels
122 description: min, typ, max number of lines
135 description: min, typ, max number of lines
148 description: min, typ, max number of lines
/f-stack/freebsd/i386/include/
H A Dmd_var.h79 void setidt(int idx, alias_for_inthand_t *func, int typ, int dpl, int selec);
80 void setidt_nodisp(int idx, uintptr_t func, int typ, int dpl, int selec);
/f-stack/freebsd/amd64/include/
H A Dmd_var.h87 void setidt(int idx, alias_for_inthand_t *func, int typ, int dpl, int ist);
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-pci-defs.h1096 uint32_t typ : 2; /**< Type (00=32b/01=below 1MB/10=64b/11=RSV) */ member
1100 uint32_t typ : 2;
1166 uint32_t typ : 2; /**< Type (00=32b/01=below 1MB/10=64b/11=RSV) */ member
1170 uint32_t typ : 2;
1228 uint32_t typ : 2; /**< Type (00=32b/01=below 1MB/10=64b/11=RSV) */ member
1232 uint32_t typ : 2;
H A Dcvmx-pcieepx-defs.h1590 uint32_t typ : 2; /**< BAR type member
1602 uint32_t typ : 2;
1734 uint32_t typ : 2; /**< BAR type member
1746 uint32_t typ : 2;
1877 uint32_t typ : 2; /**< BAR type member
1889 uint32_t typ : 2;
/f-stack/freebsd/i386/i386/
H A Dmachdep.c1512 setidt(int idx, inthand_t *func, int typ, int dpl, int selec) in setidt() argument
1517 setidt_nodisp(idx, off, typ, dpl, selec); in setidt()
1521 setidt_nodisp(int idx, uintptr_t off, int typ, int dpl, int selec) in setidt_nodisp() argument
1530 ip->gd_type = typ; in setidt_nodisp()
/f-stack/freebsd/amd64/amd64/
H A Dmachdep.c807 setidt(int idx, inthand_t *func, int typ, int dpl, int ist) in setidt() argument
816 ip->gd_type = typ; in setidt()