mirror of
https://kernel.googlesource.com/pub/scm/linux/kernel/git/stable/linux-stable.git
synced 2025-11-05 08:07:50 +10:00
Add a new parameter to ib_register_device() so that low-level device
drivers can pass in a pointer to a callback function that will be
called for each port that is registered in sysfs. This allows
low-level device drivers to create files in
/sys/class/infiniband/<hca>/ports/<N>/
without having to poke through the internals of the RDMA sysfs handling.
There is no need for an unregister function since the kobject
reference will go to zero when ib_unregister_device() is called.
Signed-off-by: Ralph Campbell <ralph.campbell@qlogic.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
|
||
|---|---|---|
| .. | ||
| c2_ae.c | ||
| c2_ae.h | ||
| c2_alloc.c | ||
| c2_cm.c | ||
| c2_cq.c | ||
| c2_intr.c | ||
| c2_mm.c | ||
| c2_mq.c | ||
| c2_mq.h | ||
| c2_pd.c | ||
| c2_provider.c | ||
| c2_provider.h | ||
| c2_qp.c | ||
| c2_rnic.c | ||
| c2_status.h | ||
| c2_user.h | ||
| c2_vq.c | ||
| c2_vq.h | ||
| c2_wr.h | ||
| c2.c | ||
| c2.h | ||
| Kbuild | ||
| Kconfig | ||