Re: [PATCH 11/15] RDMA/hbl: add habanalabs RDMA driver

From: Jason Gunthorpe
Date: Wed Jul 17 2024 - 07:56:52 EST


On Wed, Jul 17, 2024 at 10:51:03AM +0000, Omer Shpigelman wrote:

> The only place we have an ops structure is in the device driver,
> similarly to Jason's example. In our code it is struct
> hbl_aux_dev. What

No, hbl_aux_dev is an 'struct auxiliary_device', not a 'struct
device_driver', it is different. I did literally mean struct
device_driver.

Jason