Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/infiniband/hw/efa/
Defa_com.c265 u16 cmd_id = EFA_GET(&comp_ctx->user_cqe->acq_common_descriptor.command, in efa_com_put_comp_ctx()
412 cmd_id = EFA_GET(&cqe->acq_common_descriptor.command, in efa_com_handle_single_admin_completion()
731 if (!EFA_GET(&dev_sts, EFA_REGS_DEV_STS_READY)) { in efa_com_admin_init()
766 timeout = EFA_GET(&cap, EFA_REGS_CAPS_ADMIN_CMD_TO); in efa_com_admin_init()
942 EFA_GET(&ver, EFA_REGS_VERSION_MAJOR_VERSION), in efa_com_validate_version()
943 EFA_GET(&ver, EFA_REGS_VERSION_MINOR_VERSION)); in efa_com_validate_version()
958 EFA_GET(&ctrl_ver, EFA_REGS_CONTROLLER_VERSION_MAJOR_VERSION), in efa_com_validate_version()
959 EFA_GET(&ctrl_ver, EFA_REGS_CONTROLLER_VERSION_MINOR_VERSION), in efa_com_validate_version()
960 EFA_GET(&ctrl_ver, in efa_com_validate_version()
962 EFA_GET(&ctrl_ver, EFA_REGS_CONTROLLER_VERSION_IMPL_ID)); in efa_com_validate_version()
[all …]
Defa_common_defs.h14 #define EFA_GET(ptr, mask) FIELD_GET(mask##_MASK, *(ptr)) macro