Searched refs:type_match (Results 1 – 7 of 7) sorted by relevance
| /linux/net/ipv6/netfilter/ |
| 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()
|
| /linux/arch/sparc/kernel/ |
| 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()
|
| /linux/drivers/dpll/ |
| A D | dpll_netlink.c | 1187 bool cid_match, mod_match, type_match; in dpll_pin_find() local 1196 type_match = type ? prop->type == type : true; in dpll_pin_find() 1206 if (cid_match && mod_match && type_match && board_match && in dpll_pin_find() 1390 bool cid_match, mod_match, type_match; in dpll_device_find() local 1398 type_match = type ? dpll->type == type : true; in dpll_device_find() 1399 if (cid_match && mod_match && type_match) { in dpll_device_find()
|
| /linux/tools/perf/util/ |
| A D | hist.c | 1408 bool type_match = false; in hist_entry__check_and_remove_filter() local 1438 type_match = true; in hist_entry__check_and_remove_filter() 1443 if (type_match) { in hist_entry__check_and_remove_filter()
|
| /linux/drivers/scsi/elx/libefc_sli/ |
| 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()
|
| A D | sli4.h | 2437 u8 type_match; member 2493 u8 type_match; member
|
| /linux/drivers/scsi/elx/efct/ |
| 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()
|
Completed in 60 milliseconds