Searched defs:hw_path (Results 1 - 1 of 1) sorted by relevance

/drivers/parisc/
H A Dccio-dma.c255 unsigned int hw_path; /* the hardware path this ioc is associatd with */ member in struct:ioc
1141 * @hw_path: The hardware path of the ioc.
1146 static struct ioc * ccio_find_ioc(int hw_path) argument
1153 if (ioc->hw_path == hw_path)
1175 return ccio_find_ioc(dev->hw_path);
1411 snprintf(name, 14, "GSC Bus [%d/]", ioc->hw_path);
1561 ioc->hw_path = dev->hw_path;

Completed in 38 milliseconds