Searched defs:pqi_ofa_memory (Results 1 – 2 of 2) sorted by relevance
449 struct pqi_ofa_memory { struct450 __le64 signature; /* "OFA_QRM" */451 __le16 version; /* version of this struct (1 = 1st version) */452 u8 reserved[62];453 __le32 bytes_allocated; /* total allocated memory in bytes */454 __le16 num_memory_descriptors;455 u8 reserved1[2];456 struct pqi_sg_descriptor sg_descriptor[1];
7781 struct pqi_ofa_memory *pqi_ofa_memory; in pqi_ofa_setup_host_buffer() local