Home
last modified time | relevance | path

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

/drivers/infiniband/hw/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.c666 if (dd->ipath_dummy_hdrq) { in cleanup_device()
669 dd->ipath_dummy_hdrq, dd->ipath_dummy_hdrq_phys); in cleanup_device()
670 dd->ipath_dummy_hdrq = NULL; in cleanup_device()
Dipath_kernel.h501 void *ipath_dummy_hdrq; /* used after port close */ member