Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_init_chip.c928 dd->ipath_dummy_hdrq = dma_alloc_coherent( in ipath_init_chip()
932 if (!dd->ipath_dummy_hdrq) { in ipath_init_chip()
Dipath_driver.c673 if (dd->ipath_dummy_hdrq) { in cleanup_device()
676 dd->ipath_dummy_hdrq, dd->ipath_dummy_hdrq_phys); in cleanup_device()
677 dd->ipath_dummy_hdrq = NULL; in cleanup_device()
Dipath_kernel.h500 void *ipath_dummy_hdrq; /* used after port close */ member