Home
last modified time | relevance | path

Searched refs:startpx (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_mad.c363 u32 startpx = 32 * (be32_to_cpu(smp->attr_mod) & 0xffff); in recv_subn_get_pkeytable() local
370 if (startpx == 0) { in recv_subn_get_pkeytable()
784 u32 startpx = 32 * (be32_to_cpu(smp->attr_mod) & 0xffff); in recv_subn_set_pkeytable() local
793 if (startpx != 0 || set_pkeys(dev->dd, q, port) != 0) in recv_subn_set_pkeytable()
/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_mad.c597 u32 startpx = 32 * (be32_to_cpu(smp->attr_mod) & 0xffff); in subn_get_pkeytable() local
604 if (startpx == 0) { in subn_get_pkeytable()
1041 u32 startpx = 32 * (be32_to_cpu(smp->attr_mod) & 0xffff); in subn_set_pkeytable() local
1050 if (startpx != 0 || set_pkeys(dd, port, q) != 0) in subn_set_pkeytable()