Searched refs:T3_CTRL_QP_SIZE_LOG2 (Results 1 – 2 of 2) sorted by relevance
564 rdev_p->ctrl_qp.workq = contigmalloc((1 << T3_CTRL_QP_SIZE_LOG2) in cxio_hal_init_ctrl_qp()576 (1 << T3_CTRL_QP_SIZE_LOG2) * sizeof(union t3_wr)); in cxio_hal_init_ctrl_qp()583 ctx0 = (V_EC_SIZE((1 << T3_CTRL_QP_SIZE_LOG2)) | in cxio_hal_init_ctrl_qp()603 rdev_p->ctrl_qp.workq, 1 << T3_CTRL_QP_SIZE_LOG2); in cxio_hal_init_ctrl_qp()616 (1UL << T3_CTRL_QP_SIZE_LOG2) in cxio_hal_destroy_ctrl_qp()620 contigfree(rdev_p->ctrl_qp.workq,(1UL << T3_CTRL_QP_SIZE_LOG2) in cxio_hal_destroy_ctrl_qp()648 T3_CTRL_QP_SIZE_LOG2)) { in cxio_hal_ctrl_qp_write_mem()656 T3_CTRL_QP_SIZE_LOG2))) { in cxio_hal_ctrl_qp_write_mem()665 (1 << T3_CTRL_QP_SIZE_LOG2))); in cxio_hal_ctrl_qp_write_mem()681 (i % (((1 << T3_CTRL_QP_SIZE_LOG2)) >> 1) == 0)) { in cxio_hal_ctrl_qp_write_mem()[all …]
38 #define T3_CTRL_QP_SIZE_LOG2 8 macro