#include <ib_pathrec.h>
Data Fields | |
| void(* | complete )(struct ib_device *ibdev, struct ib_path *path, int rc, struct ib_address_vector *av) |
| Handle path transaction completion. | |
Definition at line 18 of file ib_pathrec.h.
| void( * ib_path_operations::complete)(struct ib_device *ibdev, struct ib_path *path, int rc, struct ib_address_vector *av) |
Handle path transaction completion.
| ibdev | Infiniband device | |
| path | Path | |
| rc | Status code | |
| av | Address vector, or NULL on error |
Referenced by ib_path_complete().
1.5.7.1