Home
last modified time | relevance | path

Searched refs:EFA_GET (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/infiniband/hw/efa/
H A Defa_com.c415 cmd_id = EFA_GET(&cqe->acq_common_descriptor.command, in efa_com_handle_single_admin_completion()
732 if (!EFA_GET(&dev_sts, EFA_REGS_DEV_STS_READY)) { in efa_com_admin_init()
767 timeout = EFA_GET(&cap, EFA_REGS_CAPS_ADMIN_CMD_TO); in efa_com_admin_init()
943 EFA_GET(&ver, EFA_REGS_VERSION_MAJOR_VERSION), in efa_com_validate_version()
944 EFA_GET(&ver, EFA_REGS_VERSION_MINOR_VERSION)); in efa_com_validate_version()
961 EFA_GET(&ctrl_ver, in efa_com_validate_version()
968 EFA_GET(&ctrl_ver, in efa_com_validate_version()
1001 width = EFA_GET(&caps, EFA_REGS_CAPS_DMA_ADDR_WIDTH); in efa_com_get_dma_width()
1049 if (!EFA_GET(&stat, EFA_REGS_DEV_STS_READY)) { in efa_com_dev_reset()
1055 timeout = EFA_GET(&cap, EFA_REGS_CAPS_RESET_TIMEOUT); in efa_com_dev_reset()
[all …]
H A Defa_common_defs.h14 #define EFA_GET(ptr, mask) FIELD_GET(mask##_MASK, *(ptr)) macro
H A Defa_main.c93 if (likely(EFA_GET(&eqe->common, EFA_ADMIN_EQE_EVENT_TYPE) == in efa_process_eqe()
99 EFA_GET(&eqe->common, in efa_process_eqe()
H A Defa_com_cmd.c193 result->db_valid = EFA_GET(&cmd_completion.flags, in efa_com_create_cq()