Searched refs:usr_ah_attrp (Results 1 – 1 of 1) sorted by relevance
1971 struct ib_uverbs_ah_attr *usr_ah_attrp; local1984 usr_ah_attrp = &(usr_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 …]