Searched refs:num_cqes (Results 1 – 4 of 4) sorted by relevance
/external/syslinux/gpxe/src/net/ |
D | infiniband.c | 78 ib_create_cq ( struct ib_device *ibdev, unsigned int num_cqes, in ib_create_cq() argument 91 cq->num_cqes = num_cqes; in ib_create_cq() 103 "with CQN %#lx\n", ibdev, num_cqes, cq, in ib_create_cq()
|
/external/syslinux/gpxe/src/include/gpxe/ |
D | infiniband.h | 209 unsigned int num_cqes; member 436 ib_create_cq ( struct ib_device *ibdev, unsigned int num_cqes,
|
/external/syslinux/gpxe/src/drivers/infiniband/ |
D | hermon.c | 730 hermon_cq->cqe_size = ( cq->num_cqes * sizeof ( hermon_cq->cqe[0] ) ); in hermon_create_cq() 738 for ( i = 0 ; i < cq->num_cqes ; i++ ) { in hermon_create_cq() 756 log_cq_size, fls ( cq->num_cqes - 1 ) ); in hermon_create_cq() 1528 cqe_idx_mask = ( cq->num_cqes - 1 ); in hermon_poll_cq() 1531 ( ( cq->next_idx & cq->num_cqes ) ? 1 : 0 ) ) { in hermon_poll_cq()
|
D | arbel.c | 577 arbel_cq->cqe_size = ( cq->num_cqes * sizeof ( arbel_cq->cqe[0] ) ); in arbel_create_cq() 585 for ( i = 0 ; i < cq->num_cqes ; i++ ) { in arbel_create_cq() 609 log_cq_size, fls ( cq->num_cqes - 1 ) ); in arbel_create_cq() 1269 cqe_idx_mask = ( cq->num_cqes - 1 ); in arbel_poll_cq()
|