| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |

Data Fields | |
| struct nvmf_doca_pci_dev_admin * | pci_dev_admin |
| struct nvmf_doca_poll_group * | doca_poll_group |
| uint64_t | admin_cq_address |
| uint64_t | admin_sq_address |
| uint16_t | admin_cq_size |
| uint16_t | admin_sq_size |
| struct nvmf_doca_admin_qp * | admin_qp_out |
Definition at line 1151 of file doca_transport.c.
| uint64_t nvmf_doca_create_admin_qp_ctx::admin_cq_address |
The Host address of the CQ buffer
Definition at line 1154 of file doca_transport.c.
| uint16_t nvmf_doca_create_admin_qp_ctx::admin_cq_size |
The CQ size
Definition at line 1156 of file doca_transport.c.
| struct nvmf_doca_admin_qp* nvmf_doca_create_admin_qp_ctx::admin_qp_out |
The admin QP that was created
Definition at line 1158 of file doca_transport.c.
| uint64_t nvmf_doca_create_admin_qp_ctx::admin_sq_address |
The Host address of the SQ buffer
Definition at line 1155 of file doca_transport.c.
| uint16_t nvmf_doca_create_admin_qp_ctx::admin_sq_size |
The SQ size
Definition at line 1157 of file doca_transport.c.
| struct nvmf_doca_poll_group* nvmf_doca_create_admin_qp_ctx::doca_poll_group |
Poll group where the QP should be created
Definition at line 1153 of file doca_transport.c.
| struct nvmf_doca_pci_dev_admin* nvmf_doca_create_admin_qp_ctx::pci_dev_admin |
The PCI device context
Definition at line 1152 of file doca_transport.c.