Lines Matching refs:rcvhdrq
683 "failed to allocate kernel ctxt's rcvhdrq and/or egr bufs\n");
910 if (rcd->rcvhdrq) {
912 rcd->rcvhdrq, rcd->rcvhdrq_phys);
913 rcd->rcvhdrq = NULL;
1548 if (!rcd->rcvhdrq) {
1559 rcd->rcvhdrq = dma_alloc_coherent(
1564 if (!rcd->rcvhdrq) {
1566 "attempt to allocate %d bytes for ctxt %u rcvhdrq failed\n",
1592 memset(rcd->rcvhdrq, 0, rcd->rcvhdrq_size);
1604 dma_free_coherent(&dd->pcidev->dev, amt, rcd->rcvhdrq,
1606 rcd->rcvhdrq = NULL;