Home
last modified time | relevance | path

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

/freebsd-head/sys/ofed/drivers/infiniband/core/
HDib_iwcm.c86 struct iwcm_work { struct
120 static struct iwcm_work *get_work(struct iwcm_id_private *cm_id_priv) in get_work()
122 struct iwcm_work *work; in get_work()
126 work = list_entry(cm_id_priv->work_free_list.next, struct iwcm_work, in get_work()
132 static void put_work(struct iwcm_work *work) in put_work()
142 kfree(list_entry(e, struct iwcm_work, free_list)); in dealloc_work_entries()
147 struct iwcm_work *work; in alloc_work_entries()
151 work = kmalloc(sizeof(struct iwcm_work), GFP_KERNEL); in alloc_work_entries()
891 struct iwcm_work *work = container_of(_work, struct iwcm_work, work); in cm_work_handler()
902 struct iwcm_work, list); in cm_work_handler()
[all …]