Home
last modified time | relevance | path

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

/external/fastrpc/inc/
Dfastrpc_internal.h165 struct smq_phy_page { struct
187 struct smq_phy_page page; //! remote arg and list of pages address argument
272 static __inline struct smq_phy_page* smq_phy_page_start(uint32 sc, struct smq_invoke_buf* buf) { in smq_phy_page_start()
274 return (struct smq_phy_page*)(&buf[nTotal]); in smq_phy_page_start()
280 struct smq_phy_page* page = smq_phy_page_start(sc, buf); in smq_data_size()
286 struct smq_phy_page* page; in to_smq_data()
297 page = (struct smq_phy_page*)((struct smq_invoke_buf*)&rpra[ii] + len); in to_smq_data()