Searched refs:ipath_dummy_hdrq (Results 1 – 3 of 3) sorted by relevance
928 dd->ipath_dummy_hdrq = dma_alloc_coherent( in ipath_init_chip()932 if (!dd->ipath_dummy_hdrq) { in ipath_init_chip()
666 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()
501 void *ipath_dummy_hdrq; /* used after port close */ member