Home
last modified time | relevance | path

Searched refs:cqn (Results 1 – 11 of 11) sorted by relevance

/external/syslinux/gpxe/src/drivers/infiniband/
Darbel.c310 arbel_cmd_sw2hw_cq ( struct arbel *arbel, unsigned long cqn, in arbel_cmd_sw2hw_cq() argument
315 0, cqctx, cqn, NULL ); in arbel_cmd_sw2hw_cq()
319 arbel_cmd_hw2sw_cq ( struct arbel *arbel, unsigned long cqn, in arbel_cmd_hw2sw_cq() argument
324 0, NULL, cqn, cqctx ); in arbel_cmd_hw2sw_cq()
565 cq->cqn = ( arbel->limits.reserved_cqs + cqn_offset ); in arbel_create_cq()
595 cq_number, cq->cqn ); in arbel_create_cq()
600 cq_number, cq->cqn ); in arbel_create_cq()
613 MLX_FILL_1 ( &cqctx, 12, cqn, cq->cqn ); in arbel_create_cq()
618 if ( ( rc = arbel_cmd_sw2hw_cq ( arbel, cq->cqn, &cqctx ) ) != 0 ) { in arbel_create_cq()
625 arbel, cq->cqn, arbel_cq->cqe, in arbel_create_cq()
[all …]
Dhermon.c362 hermon_cmd_sw2hw_cq ( struct hermon *hermon, unsigned long cqn, in hermon_cmd_sw2hw_cq() argument
367 0, cqctx, cqn, NULL ); in hermon_cmd_sw2hw_cq()
371 hermon_cmd_hw2sw_cq ( struct hermon *hermon, unsigned long cqn, in hermon_cmd_hw2sw_cq() argument
376 0, NULL, cqn, cqctx ); in hermon_cmd_hw2sw_cq()
720 cq->cqn = ( hermon->cap.reserved_cqs + cqn_offset ); in hermon_create_cq()
761 if ( ( rc = hermon_cmd_sw2hw_cq ( hermon, cq->cqn, &cqctx ) ) != 0 ) { in hermon_create_cq()
768 hermon, cq->cqn, hermon_cq->cqe, in hermon_create_cq()
800 if ( ( rc = hermon_cmd_hw2sw_cq ( hermon, cq->cqn, &cqctx ) ) != 0 ) { in hermon_destroy_cq()
802 "%s\n", hermon, cq->cqn, strerror ( rc ) ); in hermon_destroy_cq()
815 cqn_offset = ( cq->cqn - hermon->cap.reserved_cqs ); in hermon_destroy_cq()
[all …]
Dlinda.c812 static int cqn; in linda_create_cq() local
821 cq->cqn = ++cqn; in linda_create_cq()
822 DBGC ( linda, "Linda %p CQN %ld created\n", linda, cq->cqn ); in linda_create_cq()
838 DBGC ( linda, "Linda %p CQN %ld destroyed\n", linda, cq->cqn ); in linda_destroy_cq()
DMT25218_PRM.h422 pseudo_bit_t cqn[0x00018]; /* CQ number accessed */ member
2710 …pseudo_bit_t cqn[0x00018]; /* CQ number. Least significant bits are constrained by the po… member
3029 pseudo_bit_t cqn[0x00018]; /* CQ number event is reported for */ member
3046 pseudo_bit_t cqn[0x00018]; /* CQ number event is reported for */ member
DMT25408_PRM.h367 pseudo_bit_t cqn[0x00018]; /* CQ number accessed */ member
1403 …pseudo_bit_t cqn[0x00018]; /* Completion Queue to report SRC messages directed to this SR… member
2852 pseudo_bit_t cqn[0x00018]; /* CQ number event is reported for */ member
2869 pseudo_bit_t cqn[0x00018]; /* CQ number event is reported for */ member
/external/kernel-headers/original/uapi/rdma/
Dmlx4-abi.h80 __u32 cqn; member
Dmthca-abi.h83 __u32 cqn; member
Dmlx5-abi.h172 __u32 cqn; member
Dvmw_pvrdma-abi.h148 __u32 cqn; member
/external/syslinux/gpxe/src/net/
Dinfiniband.c104 ib_cq_get_drvdata ( cq ), cq->cqn ); in ib_create_cq()
124 ibdev, cq->cqn ); in ib_destroy_cq()
/external/syslinux/gpxe/src/include/gpxe/
Dinfiniband.h207 unsigned long cqn; member