Home
last modified time | relevance | path

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

/linux/arch/arm/mach-omap2/
H A Dsmartreflex-class3.c50 .class_type = SR_CLASS3,
/linux/include/uapi/linux/
H A Dicmp.h137 __u8 class_type; member
/linux/net/ipv4/
H A Dicmp.c683 objh->class_type = ICMP_EXT_CTYPE_IIO_ROLE(ICMP_EXT_CTYPE_IIO_ROLE_IIF); in icmp_ext_iio_iif_append()
687 objh->class_type |= ICMP_EXT_CTYPE_IIO_IFINDEX; in icmp_ext_iio_iif_append()
702 objh->class_type |= ICMP_EXT_CTYPE_IIO_IPADDR; in icmp_ext_iio_iif_append()
708 objh->class_type |= ICMP_EXT_CTYPE_IIO_NAME; in icmp_ext_iio_iif_append()
712 objh->class_type |= ICMP_EXT_CTYPE_IIO_MTU; in icmp_ext_iio_iif_append()
1318 switch (iio->extobj_hdr.class_type) { in icmp_build_probe()
/linux/net/ipv6/
H A Dicmp.c518 objh->class_type = ICMP_EXT_CTYPE_IIO_ROLE(ICMP_EXT_CTYPE_IIO_ROLE_IIF); in icmp6_ext_iio_iif_append()
522 objh->class_type |= ICMP_EXT_CTYPE_IIO_IFINDEX; in icmp6_ext_iio_iif_append()
537 objh->class_type |= ICMP_EXT_CTYPE_IIO_IPADDR; in icmp6_ext_iio_iif_append()
543 objh->class_type |= ICMP_EXT_CTYPE_IIO_NAME; in icmp6_ext_iio_iif_append()
547 objh->class_type |= ICMP_EXT_CTYPE_IIO_MTU; in icmp6_ext_iio_iif_append()
/linux/include/linux/power/
H A Dsmartreflex.h245 u8 class_type; member
/linux/scripts/gdb/linux/
H A Ddevice.py20 class_type = CachedType('struct class') variable
/linux/drivers/atm/
H A Diphase.h809 u32 class_type; /* CBR/VBR/ABR/UBR; use the enum above */ member
H A Diphase.c361 srv_p->class_type = ATM_ABR; in init_abr_vc()
/linux/drivers/scsi/qla2xxx/
H A Dqla_init.c7071 uint32_t dev_part_info1, dev_part_info2, class_type; in qla83xx_reset_ownership() local
7088 class_type = ((dev_part_info1 >> (i * 4)) & class_type_mask); in qla83xx_reset_ownership()
7089 if ((class_type == QLA83XX_CLASS_TYPE_FCOE) && in qla83xx_reset_ownership()
7097 class_type = ((dev_part_info2 >> (i * 4)) & in qla83xx_reset_ownership()
7099 if ((class_type == QLA83XX_CLASS_TYPE_FCOE) && in qla83xx_reset_ownership()