Home
last modified time | relevance | path

Searched refs:cqe_size (Results 1 – 6 of 6) sorted by relevance

/external/kernel-headers/original/uapi/rdma/
Dmlx5-abi.h165 __u32 cqe_size; member
178 __u16 cqe_size; member
Dmlx4-abi.h66 __u32 cqe_size; member
/external/syslinux/gpxe/src/drivers/infiniband/
Dhermon.c730 hermon_cq->cqe_size = ( cq->num_cqes * sizeof ( hermon_cq->cqe[0] ) ); in hermon_create_cq()
731 hermon_cq->cqe = malloc_dma ( hermon_cq->cqe_size, in hermon_create_cq()
737 memset ( hermon_cq->cqe, 0, hermon_cq->cqe_size ); in hermon_create_cq()
745 hermon_cq->cqe_size, in hermon_create_cq()
769 ( ( ( void * ) hermon_cq->cqe ) + hermon_cq->cqe_size ) ); in hermon_create_cq()
776 free_dma ( hermon_cq->cqe, hermon_cq->cqe_size ); in hermon_create_cq()
811 free_dma ( hermon_cq->cqe, hermon_cq->cqe_size ); in hermon_destroy_cq()
Darbel.c577 arbel_cq->cqe_size = ( cq->num_cqes * sizeof ( arbel_cq->cqe[0] ) ); in arbel_create_cq()
578 arbel_cq->cqe = malloc_dma ( arbel_cq->cqe_size, in arbel_create_cq()
584 memset ( arbel_cq->cqe, 0, arbel_cq->cqe_size ); in arbel_create_cq()
626 ( ( ( void * ) arbel_cq->cqe ) + arbel_cq->cqe_size ) ); in arbel_create_cq()
633 free_dma ( arbel_cq->cqe, arbel_cq->cqe_size ); in arbel_create_cq()
673 free_dma ( arbel_cq->cqe, arbel_cq->cqe_size ); in arbel_destroy_cq()
Darbel.h349 size_t cqe_size; member
Dhermon.h468 size_t cqe_size; member