Searched refs:llist_head_t (Results 1 – 13 of 13) sorted by relevance
/titanic_50/usr/src/uts/common/sys/ib/clients/of/sol_ofs/ |
H A D | sol_ofs_common.h | 136 } llist_head_t; typedef 141 static inline void llist_head_init(llist_head_t *list, void *ptr) in llist_head_init() 147 static inline void __llist_add(llist_head_t *new, llist_head_t *prv, in __llist_add() 148 llist_head_t *nxt) in __llist_add() 155 static inline void llist_add(llist_head_t *new, llist_head_t *head) in llist_add() 160 static inline void llist_add_tail(llist_head_t *new, llist_head_t *head) in llist_add_tail() 165 static inline void llist_del(llist_head_t *entry) in llist_del() 171 static inline int llist_is_last(llist_head_t *list, llist_head_t *head) in llist_is_last() 176 static inline int llist_empty(llist_head_t *head) in llist_empty()
|
H A D | sol_kverb_impl.h | 76 llist_head_t device_list; 77 llist_head_t client_list;
|
/titanic_50/usr/src/uts/common/sys/ib/clients/of/sol_uverbs/ |
H A D | sol_uverbs_hca.h | 64 llist_head_t list; 65 llist_head_t event_handler_list; 67 llist_head_t client_data_list; 85 llist_head_t list; 96 llist_head_t list; 115 extern llist_head_t sol_uverbs_hca_list; 116 extern llist_head_t sol_uverbs_client_list;
|
H A D | sol_uverbs.h | 71 llist_head_t ev_list; 72 llist_head_t ev_obj_list; 122 llist_head_t event_list; 218 llist_head_t async_list; 219 llist_head_t comp_list; 233 llist_head_t async_list; 262 llist_head_t mcast_list; 263 llist_head_t async_list;
|
/titanic_50/usr/src/uts/common/io/ib/clients/of/sol_uverbs/ |
H A D | sol_uverbs_hca.c | 56 llist_head_t sol_uverbs_hca_list; 57 llist_head_t sol_uverbs_client_list; 61 llist_head_t list; 91 llist_head_t *entry; in sol_uverbs_ib_register_client() 127 llist_head_t *entry, *centry, *tmp; in sol_uverbs_ib_unregister_client() 184 llist_head_t *entry; in sol_uverbs_ib_get_client_data() 227 llist_head_t *entry; in sol_uverbs_ib_set_client_data() 407 llist_head_t *entry; in sol_uverbs_ibt_hdl_to_hca()
|
H A D | sol_uverbs_event.c | 53 llist_head_t *, uint32_t *); 132 llist_head_t *entry; in sol_uverbs_event_file_read() 374 llist_head_t *entry; in uverbs_release_event_file() 375 llist_head_t *list_tmp; in uverbs_release_event_file() 719 llist_head_t *entry; in uverbs_async_event_handler() 821 uint32_t event, llist_head_t *obj_list, uint32_t *counter) in uverbs_async_event_common() 890 llist_head_t *entry; in uverbs_release_ucq_channel() 891 llist_head_t *list_tmp; in uverbs_release_ucq_channel() 956 llist_head_t *entry; in uverbs_release_ucq_uevents() 957 llist_head_t *list_tmp; in uverbs_release_ucq_uevents() [all …]
|
H A D | sol_uverbs_qp.c | 58 llist_head_t list; 2276 llist_head_t *entry; in sol_uverbs_attach_mcast() 2379 llist_head_t *entry; in sol_uverbs_detach_mcast() 2380 llist_head_t *temp; in sol_uverbs_detach_mcast() 2475 llist_head_t *entry; in uverbs_detach_uqp_mcast_entries() 2476 llist_head_t *temp; in uverbs_detach_uqp_mcast_entries()
|
H A D | sol_uverbs.c | 210 llist_head_t *entry; in sol_uverbs_hca_open()
|
/titanic_50/usr/src/uts/common/sys/ib/clients/of/sol_umad/ |
H A D | sol_umad.h | 59 llist_head_t uctx_agent_list; /* list of agents registered */ 66 llist_head_t agent_list; 102 llist_head_t port_ibmf_regs;
|
/titanic_50/usr/src/uts/common/io/ib/clients/of/sol_umad/ |
H A D | sol_umad.c | 1108 llist_head_t *entry; in umad_get_agent_by_id() 1128 llist_head_t *entry; in umad_get_agent_by_class() 1159 llist_head_t *entry; in umad_register_agent() 1275 entry = kmem_zalloc(sizeof (llist_head_t), KM_SLEEP); in umad_register_agent() 1518 llist_head_t *lentry; in umad_close() 1519 llist_head_t *lentry_temp; in umad_close() 2264 llist_head_t *entry; in umad_get_new_agent_id() 2491 llist_head_t *entry; in umad_unregister() 2690 lint_function(llist_head_t *a, llist_head_t *b) in lint_function()
|
/titanic_50/usr/src/uts/common/io/ib/clients/of/sol_ofs/ |
H A D | sol_kverbs.c | 39 static llist_head_t client_list = LLIST_HEAD_INIT(client_list); 110 llist_head_t *entry; in get_device() 316 llist_head_t *entry, *tmp; in ib_register_client() 515 llist_head_t *entry, *tmp; in ib_unregister_client() 618 llist_head_t *entry; in ib_get_client_data() 672 llist_head_t *entry; in ib_set_client_data()
|
H A D | sol_cma.c | 71 static llist_head_t sol_cma_dev_list = LLIST_HEAD_INIT(sol_cma_dev_list); 214 llist_head_t cma_list; 305 llist_head_t *entry; in sol_cma_acquire_device() 337 llist_head_t *entry; in sol_cma_release_device() 367 llist_head_t *entry; in sol_cma_add_hca_list()
|
/titanic_50/usr/src/uts/common/sys/ib/clients/of/rdma/ |
H A D | ib_verbs.h | 294 llist_head_t list;
|