Searched refs:ah_flags (Results 1 - 20 of 20) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/mlx4/
H A Dah.c56 if (ah_attr->ah_flags & IB_AH_GRH) {
82 ah_attr->ah_flags = IB_AH_GRH;
H A Dqp.c680 if (ah->ah_flags & IB_AH_GRH) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ehca/
H A Dehca_av.c84 av->av.lnh = ah_attr->ah_flags;
94 if (ah_attr->ah_flags & IB_AH_GRH) {
155 (ah_attr->ah_flags & IB_AH_GRH) > 0);
165 if (ah_attr->ah_flags & IB_AH_GRH) {
227 ah_attr->ah_flags = EHCA_BMASK_GET(GRH_FLAG_MASK, av->av.lnh);
H A Dehca_qp.c984 if (attr->ah_attr.ah_flags == IB_AH_GRH) {
1064 if (attr->alt_ah_attr.ah_flags == IB_AH_GRH) {
1319 qp_attr->ah_attr.ah_flags = IB_AH_GRH;
1340 qp_attr->alt_ah_attr.ah_flags = IB_AH_GRH;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/mthca/
H A Dmthca_av.c209 if (ah_attr->ah_flags & IB_AH_GRH) {
309 attr->ah_flags = mthca_ah_grh_present(ah) ? IB_AH_GRH : 0;
311 if (attr->ah_flags) {
H A Dmthca_qp.c415 ib_ah_attr->ah_flags = (path->g_mylmc & (1 << 7)) ? IB_AH_GRH : 0;
416 if (ib_ah_attr->ah_flags) {
521 if (ah->ah_flags & IB_AH_GRH) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/core/
H A Duverbs_marshall.c47 dst->is_global = src->ah_flags & IB_AH_GRH ? 1 : 0;
H A Duverbs_cmd.c1220 resp.dest.is_global = !!(attr->ah_attr.ah_flags & IB_AH_GRH);
1232 resp.alt_dest.is_global = !!(attr->alt_ah_attr.ah_flags & IB_AH_GRH);
1310 attr->ah_attr.ah_flags = cmd.dest.is_global ? IB_AH_GRH : 0;
1322 attr->alt_ah_attr.ah_flags = cmd.alt_dest.is_global ? IB_AH_GRH : 0;
1760 attr.ah_flags = cmd.attr.is_global ? IB_AH_GRH : 0;
H A Dverbs.c159 ah_attr->ah_flags = IB_AH_GRH;
H A Dmad.c1702 if (!!(attr.ah_flags & IB_AH_GRH) !=
1709 if (!(attr.ah_flags & IB_AH_GRH)) {
1724 if (!(attr.ah_flags & IB_AH_GRH))
H A Dmulticast.c698 ah_attr->ah_flags = IB_AH_GRH;
H A Dsa_query.c498 ah_attr->ah_flags = IB_AH_GRH;
H A Duser_mad.c478 ah_attr.ah_flags = IB_AH_GRH;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_ud.c222 if (ah_attr->ah_flags & IB_AH_GRH) {
388 if (ah_attr->ah_flags & IB_AH_GRH) {
H A Dipath_ruc.c657 if (qp->remote_ah_attr.ah_flags & IB_AH_GRH)
703 if (unlikely(qp->remote_ah_attr.ah_flags & IB_AH_GRH)) {
H A Dipath_qp.c491 if ((attr->ah_attr.ah_flags & IB_AH_GRH) &&
H A Dipath_rc.c598 if (unlikely(qp->remote_ah_attr.ah_flags & IB_AH_GRH)) {
H A Dipath_verbs.c1206 !(ah_attr->ah_flags & IB_AH_GRH)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/ulp/ipoib/
H A Dipoib_multicast.c249 .ah_flags = IB_AH_GRH,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/rdma/
H A Dib_verbs.h368 u8 ah_flags; member in struct:ib_ah_attr

Completed in 134 milliseconds