iPXE
Data Fields
ib_queue_pair_operations Struct Reference

Infiniband queue pair operations. More...

#include <infiniband.h>

Data Fields

struct io_buffer *(* alloc_iob )(size_t len)
 Allocate receive I/O buffer. More...
 

Detailed Description

Infiniband queue pair operations.

Definition at line 147 of file infiniband.h.

Field Documentation

◆ alloc_iob

struct io_buffer*( * ib_queue_pair_operations::alloc_iob) (size_t len)

Allocate receive I/O buffer.

Parameters
lenMaximum receive length
Return values
iobufI/O buffer (or NULL if out of memory)

Definition at line 153 of file infiniband.h.


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