Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_sa_service_record.c448 osm_sr_match_item_t sr_match_item; in sr_rcv_process_get_method() local
482 cl_qlist_init(&sr_match_item.sr_list); in sr_rcv_process_get_method()
483 sr_match_item.p_service_rec = p_recvd_service_rec; in sr_rcv_process_get_method()
484 sr_match_item.comp_mask = p_sa_mad->comp_mask; in sr_rcv_process_get_method()
485 sr_match_item.sa = sa; in sr_rcv_process_get_method()
487 context.p_sr_item = &sr_match_item; in sr_rcv_process_get_method()
495 cl_qlist_count(&sr_match_item.sr_list) == 0) { in sr_rcv_process_get_method()
502 sr_rcv_respond(sa, p_madw, &sr_match_item.sr_list); in sr_rcv_process_get_method()