Searched refs:ERDMA_GET_CAP (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/infiniband/hw/erdma/ |
| H A D | erdma_main.c | 375 #define ERDMA_GET_CAP(name, cap) FIELD_GET(ERDMA_CMD_DEV_CAP_##name##_MASK, cap) macro 390 dev->attrs.max_cqe = 1 << ERDMA_GET_CAP(MAX_CQE, cap0); in erdma_dev_attrs_init() 391 dev->attrs.max_mr_size = 1ULL << ERDMA_GET_CAP(MAX_MR_SIZE, cap0); in erdma_dev_attrs_init() 392 dev->attrs.max_mw = 1 << ERDMA_GET_CAP(MAX_MW, cap1); in erdma_dev_attrs_init() 393 dev->attrs.max_recv_wr = 1 << ERDMA_GET_CAP(MAX_RECV_WR, cap0); in erdma_dev_attrs_init() 394 dev->attrs.max_gid = 1 << ERDMA_GET_CAP(MAX_GID, cap0); in erdma_dev_attrs_init() 395 dev->attrs.max_ah = 1 << ERDMA_GET_CAP(MAX_AH, cap0); in erdma_dev_attrs_init() 396 dev->attrs.local_dma_key = ERDMA_GET_CAP(DMA_LOCAL_KEY, cap1); in erdma_dev_attrs_init() 397 dev->attrs.cc = ERDMA_GET_CAP(DEFAULT_CC, cap1); in erdma_dev_attrs_init() 398 dev->attrs.max_qp = ERDMA_NQP_PER_QBLOCK * ERDMA_GET_CAP(QBLOCK, cap1); in erdma_dev_attrs_init() [all …]
|