Searched refs:dev_cap_ext_flags2 (Results 1 – 5 of 5) sorted by relevance
619 static inline bool _is_host_msn_table(u16 dev_cap_ext_flags2) in _is_host_msn_table() argument621 return (dev_cap_ext_flags2 & CREQ_QUERY_FUNC_RESP_SB_REQ_RETRANSMISSION_SUPPORT_MASK) == in _is_host_msn_table()
75 u16 dev_cap_ext_flags2; member
189 attr->dev_cap_ext_flags2 = le16_to_cpu(sb->dev_cap_ext_flags_2); in bnxt_qplib_get_dev_attr()
1732 if (rdev->dev_attr && _is_host_msn_table(rdev->dev_attr->dev_cap_ext_flags2)) in bnxt_re_init_user_qp()1742 if (rdev->dev_attr && _is_host_msn_table(rdev->dev_attr->dev_cap_ext_flags2)) in bnxt_re_init_user_qp()5378 if (rdev->dev_attr && _is_host_msn_table(rdev->dev_attr->dev_cap_ext_flags2)) in bnxt_re_alloc_ucontext()
1088 qp->is_host_msn_tbl = _is_host_msn_table(res->dattr->dev_cap_ext_flags2); in bnxt_qplib_create_qp()