Home
last modified time | relevance | path

Searched refs:ipath_init_chip (Results 1 – 5 of 5) sorted by relevance

/linux-3.3/drivers/infiniband/hw/ipath/
DMakefile14 ipath_init_chip.o \
Dipath_init_chip.c708 int ipath_init_chip(struct ipath_devdata *dd, int reinit) in ipath_init_chip() function
Dipath_kernel.h874 int ipath_init_chip(struct ipath_devdata *, int);
Dipath_driver.c589 ret = ipath_init_chip(dd, 0); /* do the chip-specific init */ in ipath_init_one()
2614 ret = ipath_init_chip(dd, 1); in ipath_reset_device()
Dipath_sysfs.c657 ret = ipath_init_chip(dd, 1); in store_enabled()