/external/syslinux/gpxe/src/drivers/infiniband/ |
D | arbel.c | 310 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 …]
|
D | hermon.c | 362 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 …]
|
D | linda.c | 812 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()
|
D | MT25218_PRM.h | 422 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
|
D | MT25408_PRM.h | 367 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/ |
D | mlx4-abi.h | 80 __u32 cqn; member
|
D | mthca-abi.h | 83 __u32 cqn; member
|
D | mlx5-abi.h | 172 __u32 cqn; member
|
D | vmw_pvrdma-abi.h | 148 __u32 cqn; member
|
/external/syslinux/gpxe/src/net/ |
D | infiniband.c | 104 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/ |
D | infiniband.h | 207 unsigned long cqn; member
|