IB/{rdmavt, hfi1, qib}: Remove get_card_name() downcall
rdmavt has a down call to client drivers to retrieve a crafted card name. This name should be the IB defined name. Rather than craft the name each time it is needed, simply retrieve the IB allocated name from the IB device. Update the function name to reflect its application. Clean up driver code to match this change. Reviewed-by: Mike Marciniszyn <mike.marciniszyn@intel.com> Signed-off-by: Michael J. Ruhl <michael.j.ruhl@intel.com> Signed-off-by: Dennis Dalessandro <dennis.dalessandro@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
This commit is contained in:

committad av
Doug Ledford

förälder
5084c8ff21
incheckning
06f2597f75
@@ -63,19 +63,19 @@
|
||||
|
||||
#define rvt_pr_info(rdi, fmt, ...) \
|
||||
__rvt_pr_info(rdi->driver_f.get_pci_dev(rdi), \
|
||||
rdi->driver_f.get_card_name(rdi), \
|
||||
rvt_get_ibdev_name(rdi), \
|
||||
fmt, \
|
||||
##__VA_ARGS__)
|
||||
|
||||
#define rvt_pr_warn(rdi, fmt, ...) \
|
||||
__rvt_pr_warn(rdi->driver_f.get_pci_dev(rdi), \
|
||||
rdi->driver_f.get_card_name(rdi), \
|
||||
rvt_get_ibdev_name(rdi), \
|
||||
fmt, \
|
||||
##__VA_ARGS__)
|
||||
|
||||
#define rvt_pr_err(rdi, fmt, ...) \
|
||||
__rvt_pr_err(rdi->driver_f.get_pci_dev(rdi), \
|
||||
rdi->driver_f.get_card_name(rdi), \
|
||||
rvt_get_ibdev_name(rdi), \
|
||||
fmt, \
|
||||
##__VA_ARGS__)
|
||||
|
||||
|
Referens i nytt ärende
Block a user