Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/bnxt_re/
H A Dib_verbs.c873 u8 nw_type; in _to_bnxt_re_nw_type() local
876 nw_type = CMDQ_CREATE_AH_TYPE_V2IPV4; in _to_bnxt_re_nw_type()
879 nw_type = CMDQ_CREATE_AH_TYPE_V2IPV6; in _to_bnxt_re_nw_type()
882 nw_type = CMDQ_CREATE_AH_TYPE_V1; in _to_bnxt_re_nw_type()
885 return nw_type; in _to_bnxt_re_nw_type()
935 ah_info->nw_type = ntype; in bnxt_re_get_ah_info()
1032 ah->qplib_ah.nw_type = ah_info.nw_type; in bnxt_re_create_ah()
2463 if (qp->qplib_qp.nw_type == CMDQ_MODIFY_QP_NETWORK_TYPE_ROCEV2_IPV6) { in get_source_port()
2514 (qp->qplib_qp.nw_type == CMDQ_MODIFY_QP_NETWORK_TYPE_ROCEV2_IPV4 || in bnxt_re_update_qp_info()
2515 qp->qplib_qp.nw_type == CMDQ_MODIFY_QP_NETWORK_TYPE_ROCEV2_IPV6)) { in bnxt_re_update_qp_info()
[all …]
H A Dqplib_sp.h104 u8 nw_type; member
H A Dqplib_fp.h359 u8 nw_type; member
H A Dib_verbs.h256 u8 nw_type; member
H A Dqplib_sp.c479 req.type = ah->nw_type; in bnxt_qplib_create_ah()
H A Dqplib_fp.c1398 req.network_type_en_sqd_async_notify_new_state |= qp->nw_type; in bnxt_qplib_modify_qp()