Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/ib/clients/of/sol_ucma/
H A Dsol_ucma.c1970 struct ib_ah_attr *ah_attrp; local
1983 ah_attrp = &(ud_paramp->ah_attr);
1985 bcopy(&(ah_attrp->grh.dgid), &(usr_ah_attrp->grh.dgid[0]), 16);
1986 usr_ah_attrp->grh.flow_label = ah_attrp->grh.flow_label;
1987 usr_ah_attrp->grh.sgid_index = ah_attrp->grh.sgid_index;
1988 usr_ah_attrp->grh.hop_limit = ah_attrp->grh.hop_limit;
1989 usr_ah_attrp->grh.traffic_class = ah_attrp->grh.traffic_class;
1990 usr_ah_attrp->dlid = ah_attrp->dlid;
1991 usr_ah_attrp->sl = ah_attrp->sl;
1992 usr_ah_attrp->src_path_bits = ah_attrp->src_path_bits;
[all …]