Searched refs:av_cfg (Results 1 – 1 of 1) sorted by relevance
2204 void erdma_set_av_cfg(struct erdma_av_cfg *av_cfg, struct erdma_av *av) in erdma_set_av_cfg() argument2206 av_cfg->cfg0 = FIELD_PREP(ERDMA_CMD_CREATE_AV_FL_MASK, av->flow_label) | in erdma_set_av_cfg()2209 av_cfg->traffic_class = av->traffic_class; in erdma_set_av_cfg()2210 av_cfg->hop_limit = av->hop_limit; in erdma_set_av_cfg()2211 av_cfg->sl = av->sl; in erdma_set_av_cfg()2213 av_cfg->udp_sport = av->udp_sport; in erdma_set_av_cfg()2214 av_cfg->sgid_index = av->sgid_index; in erdma_set_av_cfg()2216 ether_addr_copy(av_cfg->dmac, av->dmac); in erdma_set_av_cfg()2217 memcpy(av_cfg->dgid, av->dgid, ERDMA_ROCEV2_GID_SIZE); in erdma_set_av_cfg()2255 erdma_set_av_cfg(&req.av_cfg, &ah->av); in erdma_create_ah()