iPXE
Data Fields
ib_path_operations Struct Reference

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...
 

Detailed Description

Infiniband path operations.

Definition at line 18 of file ib_pathrec.h.

Field Documentation

◆ complete

void( * ib_path_operations::complete) (struct ib_device *ibdev, struct ib_path *path, int rc, struct ib_address_vector *av)

Handle path transaction completion.

Parameters
ibdevInfiniband device
pathPath
rcStatus code
avAddress vector, or NULL on error

Definition at line 26 of file ib_pathrec.h.

Referenced by ib_path_complete().


The documentation for this struct was generated from the following file: