iPXE
Data Fields
ib_connection_operations Struct Reference

Infiniband connection operations. More...

#include <ib_cm.h>

Data Fields

void(* changed )(struct ib_device *ibdev, struct ib_queue_pair *qp, struct ib_connection *conn, int rc, void *private_data, size_t private_data_len)
 Handle change of connection status. More...
 

Detailed Description

Infiniband connection operations.

Definition at line 19 of file ib_cm.h.

Field Documentation

◆ changed

void( * ib_connection_operations::changed) (struct ib_device *ibdev, struct ib_queue_pair *qp, struct ib_connection *conn, int rc, void *private_data, size_t private_data_len)

Handle change of connection status.

Parameters
ibdevInfiniband device
qpQueue pair
connConnection
rcConnection status code
private_dataPrivate data, if available
private_data_lenLength of private data

Definition at line 29 of file ib_cm.h.

Referenced by ib_cm_path_complete(), ib_cm_recv_dreq(), and ib_cm_req_complete().


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