Searched defs:sba_device (Results 1 – 2 of 2) sorted by relevance
123 struct sba_device { struct125 struct device *dev;127 enum sba_version ver;129 u32 max_req;130 u32 hw_buf_size;131 u32 hw_resp_size;132 u32 max_pq_coefs;133 u32 max_pq_srcs;134 u32 max_cmd_per_req;135 u32 max_xor_srcs;[all …]
73 struct sba_device { struct74 struct sba_device *next; /* list of SBA's in system */ argument90 extern struct sba_device *sba_list; argument