Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Dmvumi.h178 #define HS_CAPABILITY_SUPPORT_COMPACT_SG (1U << 4) macro
207 if (_mhba->hba_capability & HS_CAPABILITY_SUPPORT_COMPACT_SG) \
214 if (_mhba->hba_capability & HS_CAPABILITY_SUPPORT_COMPACT_SG) \
221 if (_mhba->hba_capability & HS_CAPABILITY_SUPPORT_COMPACT_SG) \
Dmvumi.c1094 if (mhba->hba_capability & HS_CAPABILITY_SUPPORT_COMPACT_SG) in mvumi_hs_process_page()