Home
last modified time | relevance | path

Searched refs:ipath_pkeyrefs (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_file_ops.c626 atomic_read(&dd->ipath_pkeyrefs[0]), dd->ipath_pkeys[1], in ipath_set_part_key()
627 atomic_read(&dd->ipath_pkeyrefs[1]), dd->ipath_pkeys[2], in ipath_set_part_key()
628 atomic_read(&dd->ipath_pkeyrefs[2]), dd->ipath_pkeys[3], in ipath_set_part_key()
629 atomic_read(&dd->ipath_pkeyrefs[3])); in ipath_set_part_key()
669 atomic_t *pkrefs = &dd->ipath_pkeyrefs[i]; in ipath_set_part_key()
708 atomic_inc_return(&dd->ipath_pkeyrefs[i]) == 1) { in ipath_set_part_key()
820 if (atomic_dec_and_test(&dd->ipath_pkeyrefs[j])) { in ipath_clean_part_key()
833 atomic_read(&dd->ipath_pkeyrefs[j])); in ipath_clean_part_key()
Dipath_mad.c644 if (atomic_dec_and_test(&dd->ipath_pkeyrefs[i])) { in rm_pkey()
686 if (atomic_inc_return(&dd->ipath_pkeyrefs[i]) > 1) { in add_pkey()
691 atomic_dec(&dd->ipath_pkeyrefs[i]); in add_pkey()
710 atomic_inc_return(&dd->ipath_pkeyrefs[i]) == 1) { in add_pkey()
Dipath_kernel.h470 atomic_t ipath_pkeyrefs[4]; member