Searched refs:type_match (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/net/ipv6/netfilter/ |
H A D | ip6t_mh.c | 26 type_match(u_int8_t min, u_int8_t max, u_int8_t type, bool invert) in type_match() function 57 return type_match(mhinfo->types[0], mhinfo->types[1], mh->ip6mh_type, in mh_mt6()
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | of_device_64.c | 111 goto type_match; in of_bus_pci_map() 118 goto type_match; in of_bus_pci_map() 122 type_match: in of_bus_pci_map()
|
/openbmc/qemu/hw/core/ |
H A D | sysbus-fdt.c | 480 static bool type_match(SysBusDevice *sbdev, const BindingEntry *entry) in type_match() function 520 if (type_match(sbdev, iter)) { in add_fdt_node()
|
/openbmc/qemu/hw/block/ |
H A D | fdc.c | 296 int match, size_match, type_match; in pick_geometry() local 316 match = size_match = type_match = -1; in pick_geometry() 334 } else if (type_match == -1) { in pick_geometry() 340 type_match = i; in pick_geometry() 356 assert(type_match != -1 && "misconfigured fd_format"); in pick_geometry() 357 match = type_match; in pick_geometry()
|
/openbmc/linux/tools/perf/util/ |
H A D | hist.c | 1400 bool type_match = false; in hist_entry__check_and_remove_filter() local 1430 type_match = true; in hist_entry__check_and_remove_filter() 1435 if (type_match) { in hist_entry__check_and_remove_filter()
|
/openbmc/linux/drivers/scsi/elx/libefc_sli/ |
H A D | sli4.c | 3340 reg_fcfi->rq_cfg[i].type_match = rq_cfg[i].type_match; in sli_cmd_reg_fcfi() 3369 reg_fcfi_mrq->rq_cfg[i].type_match = rq_cfg[i].type_match; in sli_cmd_reg_fcfi_mrq()
|
H A D | sli4.h | 2437 u8 type_match; member 2493 u8 type_match; member
|
/openbmc/linux/drivers/scsi/elx/efct/ |
H A D | efct_hw.c | 737 rq_cfg[i].type_match = (u8)(hw->config.filter_def[i] >> 24); in efct_hw_config_rq() 793 rq_filter[i].type_match = (u8)(hw->config.filter_def[i] >> 8); in efct_hw_config_mrq()
|