iPXE
|
Infiniband path operations. More...
#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. More... | |
Infiniband path operations.
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 |
Definition at line 26 of file ib_pathrec.h.
Referenced by ib_path_complete().