Home
last modified time | relevance | path

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

/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas_v3_hw.c600 static int prot_mask; variable
601 module_param(prot_mask, int, 0444);
602 MODULE_PARM_DESC(prot_mask, " host protection capabilities mask, def=0x0 ");
3486 if (prot_mask & ~HISI_SAS_PROT_MASK) in hisi_sas_shost_alloc_pci()
3488 prot_mask); in hisi_sas_shost_alloc_pci()
3490 hisi_hba->prot_mask = prot_mask; in hisi_sas_shost_alloc_pci()
5025 if (hisi_hba->prot_mask) { in hisi_sas_v3_probe()
5027 prot_mask); in hisi_sas_v3_probe()
5028 scsi_host_set_prot(hisi_hba->shost, prot_mask); in hisi_sas_v3_probe()
5029 if (hisi_hba->prot_mask & HISI_SAS_DIX_PROT_MASK) in hisi_sas_v3_probe()
H A Dhisi_sas.h409 int prot_mask; member
H A Dhisi_sas_main.c2289 if (hisi_hba->prot_mask & HISI_SAS_DIX_PROT_MASK) in hisi_sas_alloc()
/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_fw.c3878 if (prot_mask & (SHOST_DIX_TYPE0_PROTECTION in mpi3mr_alloc_chain_bufs()