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

/drivers/infiniband/core/
H A Duverbs_marshall.c42 dst->grh.hop_limit = src->grh.hop_limit;
104 dst->hop_limit = src->hop_limit;
130 dst->hop_limit = src->hop_limit;
H A Dsa_query.c156 { PATH_REC_FIELD(hop_limit),
280 { MCMEMBER_REC_FIELD(hop_limit),
511 if (rec->hop_limit > 1 || force_grh) {
522 ah_attr->grh.hop_limit = rec->hop_limit;
H A Dmulticast.c320 src->hop_limit != dst->hop_limit)
742 ah_attr->grh.hop_limit = rec->hop_limit;
H A Dud_header.c140 { STRUCT_FIELD(grh, hop_limit),
H A Duser_mad.c239 packet->mad.hdr.hop_limit = ah_attr.grh.hop_limit;
491 ah_attr.grh.hop_limit = packet->mad.hdr.hop_limit;
H A Dcm.c1033 if (pri_path->hop_limit <= 1) {
1046 req_msg->primary_hop_limit = pri_path->hop_limit;
1048 cm_req_set_primary_subnet_local(req_msg, (pri_path->hop_limit <= 1));
1054 if (alt_path->hop_limit <= 1) {
1067 req_msg->alt_hop_limit = alt_path->hop_limit;
1069 cm_req_set_alt_subnet_local(req_msg, (alt_path->hop_limit <= 1));
1241 primary_path->hop_limit = req_msg->primary_hop_limit;
1262 alt_path->hop_limit = req_msg->alt_hop_limit;
2590 lap_msg->alt_hop_limit = alternate_path->hop_limit;
2665 path->hop_limit
[all...]
H A Duverbs_cmd.c1714 resp.dest.hop_limit = attr->ah_attr.grh.hop_limit;
1726 resp.alt_dest.hop_limit = attr->alt_ah_attr.grh.hop_limit;
1818 attr->ah_attr.grh.hop_limit = cmd.dest.hop_limit;
1830 attr->alt_ah_attr.grh.hop_limit = cmd.alt_dest.hop_limit;
2292 attr.grh.hop_limit = cmd.attr.grh.hop_limit;
[all...]
H A Dverbs.c211 ah_attr->grh.hop_limit = 0xFF;
H A Dcma.c1825 route->path_rec->hop_limit = 1;
3099 mc->multicast.ib->rec.hop_limit = 1;
/drivers/infiniband/hw/mthca/
H A Dmthca_av.c64 u8 hop_limit; member in struct:mthca_av
211 av->hop_limit = ah_attr->grh.hop_limit;
280 header->grh.hop_limit = ah->av->hop_limit;
315 attr->grh.hop_limit = ah->av->hop_limit;
H A Dmthca_qp.c114 u8 hop_limit; member in struct:mthca_qp_path
413 ib_ah_attr->grh.hop_limit = path->hop_limit;
529 path->hop_limit = ah->grh.hop_limit;
/drivers/infiniband/hw/mlx4/
H A Dah.c71 ah->av.ib.hop_limit = ah_attr->grh.hop_limit;
187 ah_attr->grh.hop_limit = ah->av.ib.hop_limit;
H A Dqp.c956 path->hop_limit = ah->grh.hop_limit;
1394 sqp->ud_header.grh.hop_limit = ah->av.ib.hop_limit;
2070 ib_ah_attr->grh.hop_limit = path->hop_limit;
/drivers/infiniband/hw/ehca/
H A Dehca_av.c124 ah_attr->grh.hop_limit);
187 ah_attr->grh.hop_limit);
247 ah_attr->grh.hop_limit = EHCA_BMASK_GET(GRH_HOPLIMIT_MASK,
H A Dehca_classes_pSeries.h115 u32 hop_limit; /* 26 */ member in struct:hcp_modify_qp_control_block
H A Dehca_qp.c1530 mqpcb->hop_limit = attr->ah_attr.grh.hop_limit;
1639 mqpcb->hop_limit_al = attr->alt_ah_attr.grh.hop_limit;
1995 qp_attr->ah_attr.grh.hop_limit = qpcb->hop_limit;
2015 qp_attr->alt_ah_attr.grh.hop_limit = qpcb->hop_limit_al;
/drivers/infiniband/ulp/ipoib/
H A Dipoib_multicast.c235 .hop_limit = mcast->mcmember.hop_limit,
489 rec.hop_limit = priv->broadcast->mcmember.hop_limit;
/drivers/infiniband/hw/ipath/
H A Dipath_ruc.c590 hdr->hop_limit = grh->hop_limit;
/drivers/infiniband/hw/qib/
H A Dqib_ruc.c667 hdr->hop_limit = grh->hop_limit;
/drivers/net/ethernet/broadcom/
H A Dcnic_defs.h4355 u8 hop_limit; member in struct:xstorm_ip_v6_context_section
4357 u8 hop_limit;

Completed in 1683 milliseconds