OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cqn_offset
(Results
1 - 2
of
2
) sorted by null
/external/syslinux/gpxe/src/drivers/infiniband/
arbel.c
554
int
cqn_offset
;
local
559
cqn_offset
= arbel_alloc_qn_offset ( arbel->cq_inuse, ARBEL_MAX_CQS );
560
if (
cqn_offset
< 0 ) {
562
rc =
cqn_offset
;
565
cq->cqn = ( arbel->limits.reserved_cqs +
cqn_offset
);
573
arbel_cq->ci_doorbell_idx = arbel_cq_ci_doorbell_idx (
cqn_offset
);
574
arbel_cq->arm_doorbell_idx = arbel_cq_arm_doorbell_idx (
cqn_offset
);
637
arbel_free_qn_offset ( arbel->cq_inuse,
cqn_offset
);
655
int
cqn_offset
;
local
677
cqn_offset
= ( cq->cqn - arbel->limits.reserved_cqs )
[
all
...]
hermon.c
707
int
cqn_offset
;
local
712
cqn_offset
= hermon_bitmask_alloc ( hermon->cq_inuse,
714
if (
cqn_offset
< 0 ) {
717
rc =
cqn_offset
;
720
cq->cqn = ( hermon->cap.reserved_cqs +
cqn_offset
);
780
hermon_bitmask_free ( hermon->cq_inuse,
cqn_offset
, 1 );
796
int
cqn_offset
;
local
815
cqn_offset
= ( cq->cqn - hermon->cap.reserved_cqs );
816
hermon_bitmask_free ( hermon->cq_inuse,
cqn_offset
, 1 );
[
all
...]
Completed in 1687 milliseconds