Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/elx/efct/
H A Defct_hw.c783 struct sli4_cmd_rq_cfg rq_filter[SLI4_CMD_REG_FCFI_MRQ_NUM_RQ_CFG]; in efct_hw_config_mrq() local
791 rq_filter[i].rq_id = cpu_to_le16(0xffff); in efct_hw_config_mrq()
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()
794 rq_filter[i].r_ctl_mask = (u8)(hw->config.filter_def[i] >> 16); in efct_hw_config_mrq()
795 rq_filter[i].r_ctl_match = (u8)(hw->config.filter_def[i] >> 24); in efct_hw_config_mrq()
799 rq_filter[0].rq_id = cpu_to_le16(rq->hdr->id); in efct_hw_config_mrq()
800 rq_filter[1].rq_id = cpu_to_le16(rq->hdr->id); in efct_hw_config_mrq()
809 hw->hw_mrq_count, rq_filter); in efct_hw_config_mrq()