Home
last modified time | relevance | path

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

/linux-6.15/drivers/infiniband/hw/efa/
H A Defa_verbs.c682 u16 supported_efa_flags = 0; in efa_create_qp() local
728 supported_efa_flags |= EFA_CREATE_QP_WITH_UNSOLICITED_WRITE_RECV; in efa_create_qp()
730 if (cmd.flags & ~supported_efa_flags) { in efa_create_qp()
732 cmd.flags, supported_efa_flags); in efa_create_qp()