Searched refs:ipath_pkeyrefs (Results 1 - 3 of 3) 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_file_ops.c619 atomic_read(&dd->ipath_pkeyrefs[0]), dd->ipath_pkeys[1],
620 atomic_read(&dd->ipath_pkeyrefs[1]), dd->ipath_pkeys[2],
621 atomic_read(&dd->ipath_pkeyrefs[2]), dd->ipath_pkeys[3],
622 atomic_read(&dd->ipath_pkeyrefs[3]));
662 atomic_t *pkrefs = &dd->ipath_pkeyrefs[i];
701 atomic_inc_return(&dd->ipath_pkeyrefs[i]) == 1) {
813 if (atomic_dec_and_test(&dd->ipath_pkeyrefs[j])) {
826 atomic_read(&dd->ipath_pkeyrefs[j]));
H A Dipath_mad.c636 if (atomic_dec_and_test(&dd->ipath_pkeyrefs[i])) {
678 if (atomic_inc_return(&dd->ipath_pkeyrefs[i]) > 1) {
683 atomic_dec(&dd->ipath_pkeyrefs[i]);
702 atomic_inc_return(&dd->ipath_pkeyrefs[i]) == 1) {
H A Dipath_kernel.h470 atomic_t ipath_pkeyrefs[4]; member in struct:ipath_devdata

Completed in 39 milliseconds