net/ionic: convert info array to generic pointers
authorAndrew Boyer <aboyer@pensando.io>
Tue, 16 Feb 2021 20:35:29 +0000 (12:35 -0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 25 Feb 2021 15:58:56 +0000 (16:58 +0100)
commit700f974d7744d6fe282dd30cd1b2ea60fbb53917
treeab7b95bd1442d5bdbc1c09f47db7dc6af9c18ac2
parent750aebd5ebf53cab0f148fe8ec905d53ecf02432
net/ionic: convert info array to generic pointers

Drop the callback part of the object and store only the pointers.
This saves a bit of space and simplifies the code.

Signed-off-by: Andrew Boyer <aboyer@pensando.io>
drivers/net/ionic/ionic_dev.c
drivers/net/ionic/ionic_dev.h
drivers/net/ionic/ionic_main.c
drivers/net/ionic/ionic_rxtx.c