Searched refs:cl_list_obj_t (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/ofed/opensm/libvendor/ |
H A D | osm_vendor_mlx_rmpp_ctx.c | 210 cl_list_obj_t *p_obj; in osmv_rmpp_recv_ctx_done() 218 p_obj = PARENT_STRUCT(p_list_item, cl_list_obj_t, list_item); in osmv_rmpp_recv_ctx_done() 236 cl_list_obj_t *p_obj = NULL; in osmv_rmpp_recv_ctx_store_mad_seg() 249 p_obj = malloc(sizeof(cl_list_obj_t)); in osmv_rmpp_recv_ctx_store_mad_seg() 254 memset(p_obj, 0, sizeof(cl_list_obj_t)); in osmv_rmpp_recv_ctx_store_mad_seg() 283 cl_list_obj_t *p_obj; in osmv_rmpp_recv_ctx_get_byte_num_from_first() 288 p_obj = PARENT_STRUCT(p_item, cl_list_obj_t, list_item); in osmv_rmpp_recv_ctx_get_byte_num_from_first() 313 cl_list_obj_t *p_obj; in osmv_rmpp_recv_ctx_get_byte_num_from_last() 318 p_obj = PARENT_STRUCT(p_item, cl_list_obj_t, list_item); in osmv_rmpp_recv_ctx_get_byte_num_from_last()
|
H A D | osm_vendor_mlx_ibmgt.c | 111 cl_list_obj_t *p_obj = NULL; in osmv_transport_init() 252 p_obj = malloc(sizeof(cl_list_obj_t)); in osmv_transport_init() 254 memset(p_obj, 0, sizeof(cl_list_obj_t)); in osmv_transport_init() 309 p_obj = malloc(sizeof(cl_list_obj_t)); in osmv_transport_init() 311 memset(p_obj, 0, sizeof(cl_list_obj_t)); in osmv_transport_init() 480 cl_list_obj_t *p_obj = NULL; in osmv_transport_done() 505 p_obj = PARENT_STRUCT(p_item, cl_list_obj_t, list_item); in osmv_transport_done() 545 p_obj = PARENT_STRUCT(p_item, cl_list_obj_t, list_item); in osmv_transport_done() 606 cl_list_obj_t *p_obj; in __osmv_IBMGT_rcv_cb() 649 p_obj = PARENT_STRUCT(p_item, cl_list_obj_t, list_item); in __osmv_IBMGT_rcv_cb()
|
H A D | osm_vendor_mlx_sar.c | 115 cl_list_obj_t *p_obj; in osmv_rmpp_sar_reassemble_arbt_mad() 124 p_obj = PARENT_STRUCT(p_item, cl_list_obj_t, list_item); in osmv_rmpp_sar_reassemble_arbt_mad() 134 p_obj = PARENT_STRUCT(p_item, cl_list_obj_t, list_item); in osmv_rmpp_sar_reassemble_arbt_mad()
|
H A D | osm_vendor_mlx_anafa.c | 109 cl_list_obj_t *p_obj; in osm_vendor_delete() 123 p_obj = PARENT_STRUCT(p_item, cl_list_obj_t, list_item); in osm_vendor_delete() 234 cl_list_obj_t *p_obj; in osm_vendor_bind() 307 p_obj = malloc(sizeof(cl_list_obj_t)); in osm_vendor_bind() 321 memset(p_obj, 0, sizeof(cl_list_obj_t)); in osm_vendor_bind() 339 cl_list_obj_t *p_obj; in osm_vendor_unbind() 349 p_obj = PARENT_STRUCT(p_item, cl_list_obj_t, list_item); in osm_vendor_unbind()
|
H A D | osm_vendor_mlx.c | 103 cl_list_obj_t *p_obj; in osm_vendor_delete() 114 p_obj = PARENT_STRUCT(p_item, cl_list_obj_t, list_item); in osm_vendor_delete() 201 cl_list_obj_t *p_obj; in osm_vendor_bind() 291 p_obj = malloc(sizeof(cl_list_obj_t)); in osm_vendor_bind() 304 memset(p_obj, 0, sizeof(cl_list_obj_t)); in osm_vendor_bind() 322 cl_list_obj_t *p_obj = NULL; in osm_vendor_unbind() 332 p_obj = PARENT_STRUCT(p_item, cl_list_obj_t, list_item); in osm_vendor_unbind()
|
/freebsd/contrib/ofed/opensm/include/complib/ |
H A D | cl_qlist.h | 151 } cl_list_obj_t; typedef 361 cl_qlist_set_obj(IN cl_list_obj_t * const p_list_obj, in cl_qlist_set_obj() 393 static inline void *cl_qlist_obj(IN const cl_list_obj_t * const p_list_obj) in cl_qlist_obj()
|