Searched refs:ipath_pkeyrefs (Results 1 - 3 of 3) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_file_ops.c595 atomic_read(&dd->ipath_pkeyrefs[0]), dd->ipath_pkeys[1],
596 atomic_read(&dd->ipath_pkeyrefs[1]), dd->ipath_pkeys[2],
597 atomic_read(&dd->ipath_pkeyrefs[2]), dd->ipath_pkeys[3],
598 atomic_read(&dd->ipath_pkeyrefs[3]));
638 atomic_t *pkrefs = &dd->ipath_pkeyrefs[i];
677 atomic_inc_return(&dd->ipath_pkeyrefs[i]) == 1) {
788 if (atomic_dec_and_test(&dd->ipath_pkeyrefs[j])) {
801 atomic_read(&dd->ipath_pkeyrefs[j]));
H A Dipath_kernel.h346 atomic_t ipath_pkeyrefs[4]; member in struct:ipath_devdata
H A Dipath_mad.c615 if (atomic_dec_and_test(&dd->ipath_pkeyrefs[i])) {
657 if (atomic_inc_return(&dd->ipath_pkeyrefs[i]) > 1) {
662 atomic_dec(&dd->ipath_pkeyrefs[i]);
681 atomic_inc_return(&dd->ipath_pkeyrefs[i]) == 1) {

Completed in 112 milliseconds