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