Home
last modified time | relevance | path

Searched refs:type_match (Results 1 – 4 of 4) sorted by relevance

/drivers/dpll/
A Ddpll_netlink.c1411 bool cid_match, mod_match, type_match; in dpll_pin_find() local
1420 type_match = type ? prop->type == type : true; in dpll_pin_find()
1430 if (cid_match && mod_match && type_match && board_match && in dpll_pin_find()
1614 bool cid_match, mod_match, type_match; in dpll_device_find() local
1622 type_match = type ? dpll->type == type : true; in dpll_device_find()
1623 if (cid_match && mod_match && type_match) { in dpll_device_find()
/drivers/scsi/elx/libefc_sli/
A Dsli4.c3340 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 Dsli4.h2437 u8 type_match; member
2493 u8 type_match; member
/drivers/scsi/elx/efct/
A Defct_hw.c737 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 43 milliseconds