Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dmvumi.h162 #define HS_CAPABILITY_SUPPORT_COMPACT_SG (1U << 4) macro
191 if (_mhba->hba_capability & HS_CAPABILITY_SUPPORT_COMPACT_SG) \
198 if (_mhba->hba_capability & HS_CAPABILITY_SUPPORT_COMPACT_SG) \
205 if (_mhba->hba_capability & HS_CAPABILITY_SUPPORT_COMPACT_SG) \
H A Dmvumi.c1068 if (mhba->hba_capability & HS_CAPABILITY_SUPPORT_COMPACT_SG) in mvumi_hs_process_page()