Searched refs:ipath_intconfig (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ipath/
H A Dipath_iba6110.c976 if (dd->ipath_intconfig) {
978 dd->ipath_intconfig); /* interrupt address */
993 u64 prev_intconfig = dd->ipath_intconfig;
995 dd->ipath_intconfig = msg->address_lo;
996 dd->ipath_intconfig |= ((u64) msg->address_hi) << 32;
999 * If the previous value of dd->ipath_intconfig is zero, we're
1691 dd->ipath_intconfig = 0;
H A Dipath_kernel.h584 u64 ipath_intconfig; member in struct:ipath_devdata

Completed in 40 milliseconds