
Data Fields | |
| struct ibv_context * | context |
| fd_set | asyncFds |
| struct timeval | tmo |
| int | ibPort |
| struct ibv_pd * | pd |
| struct ibv_cq * | sendCq |
| struct ibv_cq * | recvCq |
| struct ibv_srq * | srq |
| struct ibv_mr * | mr |
| struct ibv_ah ** | ah |
| struct ibv_qp * | qp |
| struct infiAddr | localAddr |
| struct infiBufferPool * | recvBufferPool |
| infiPacket | infiPacketFreeList |
| struct infiPacketHeader | header |
| int | sendCqSize |
| int | recvCqSize |
| void * | buffer |
| struct ibv_context * | context |
| struct ibv_pd * | pd |
| struct ibv_cq * | sendCq |
| struct ibv_cq * | recvCq |
| struct ibv_srq * | srq |
| struct ibv_qp ** | qp |
| struct infiAddr * | localAddr |
| struct infiBufferPool * | recvBufferPool |
| int | srqSize |
| int | tokensLeft |
| infiBufferedBcastPool | bufferedBcastList |
| struct infiRdmaPacket * | bufferedRdmaAcks |
| struct infiRdmaPacket * | bufferedRdmaRequests |
| int | insideProcessBufferedBcasts |
Definition at line 79 of file machine-ibud.c.
struct ibv_context* infiContext::context [read] |
Definition at line 80 of file machine-ibud.c.
Referenced by createLocalQps(), createqp(), and processAsyncEvents().
struct ibv_context* infiContext::context [read] |
Definition at line 244 of file machine-ibverbs.c.
1.5.5