Home
last modified time | relevance | path

Searched refs:filter_def (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/scsi/elx/efct/
H A Defct_driver.h80 char *filter_def; member
H A Defct_hw.c323 j, hw->config.filter_def[j], i, id); in efct_logfcfi()
734 rq_cfg[i].r_ctl_mask = (u8)hw->config.filter_def[i]; in efct_hw_config_rq()
735 rq_cfg[i].r_ctl_match = (u8)(hw->config.filter_def[i] >> 8); in efct_hw_config_rq()
736 rq_cfg[i].type_mask = (u8)(hw->config.filter_def[i] >> 16); in efct_hw_config_rq()
737 rq_cfg[i].type_match = (u8)(hw->config.filter_def[i] >> 24); in efct_hw_config_rq()
792 rq_filter[i].type_mask = (u8)hw->config.filter_def[i]; in efct_hw_config_mrq()
793 rq_filter[i].type_match = (u8)(hw->config.filter_def[i] >> 8); in efct_hw_config_mrq()
1127 for (idx = 0; idx < ARRAY_SIZE(hw->config.filter_def); idx++) in efct_hw_parse_filter()
1128 hw->config.filter_def[idx] = 0; in efct_hw_parse_filter()
1138 if (kstrtou32(token, 0, &hw->config.filter_def[idx++])) in efct_hw_parse_filter()
[all …]
H A Defct_hw.h363 u32 filter_def[SLI4_CMD_REG_FCFI_NUM_RQ_CFG]; member
H A Defct_driver.c150 efct->filter_def = EFCT_DEFAULT_FILTER; in efct_device_attach()
H A Defct_xport.c92 efct_hw_parse_filter(&efct->hw, (void *)efct->filter_def); in efct_xport_attach()