Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/erdma/
H A Derdma.h214 struct list_head cep_list; member
H A Derdma_main.c519 INIT_LIST_HEAD(&dev->cep_list); in erdma_ib_device_add()
H A Derdma_cm.c111 list_add_tail(&cep->devq, &dev->cep_list); in erdma_cep_alloc()
/openbmc/linux/drivers/infiniband/sw/siw/
H A Dsiw_main.c349 INIT_LIST_HEAD(&sdev->cep_list); in siw_device_create()
H A Dsiw.h87 struct list_head cep_list; member
H A Dsiw_cm.c183 list_add_tail(&cep->devq, &sdev->cep_list); in siw_cep_alloc()