Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/aacraid/
Dcomminit.c137 init->InitFlags = cpu_to_le32(INITFLAGS_DRIVER_USES_UTC_TIME | in aac_alloc_comm()
145 init->InitFlags |= cpu_to_le32(INITFLAGS_NEW_COMM_SUPPORTED); in aac_alloc_comm()
149 init->InitFlags |= cpu_to_le32(INITFLAGS_NEW_COMM_SUPPORTED | in aac_alloc_comm()
156 init->InitFlags |= cpu_to_le32(INITFLAGS_NEW_COMM_SUPPORTED | in aac_alloc_comm()
Daacraid.h505 __le32 InitFlags; /* flags for supported features */ member