Searched refs:port_pkeys (Results 1 - 10 of 10) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_file_ops.c639 for (i = 0; i < ARRAY_SIZE(pd->port_pkeys); i++) {
640 if (!pd->port_pkeys[i] && pidx == -1)
642 if (pd->port_pkeys[i] == key) {
665 pd->port_pkeys[pidx] = key;
706 pd->port_pkeys[pidx] = dd->ipath_pkeys[i] = key;
803 for (i = 0; i < ARRAY_SIZE(pd->port_pkeys); i++) {
804 if (!pd->port_pkeys[i])
807 pd->port_pkeys[i]);
811 (pd->port_pkeys[i] & 0x7fff))
817 pd->port_pkeys[
[all...]
H A Dipath_mad.c349 memcpy(pkeys, pd->port_pkeys, sizeof(pd->port_pkeys));
730 for (i = 0; i < ARRAY_SIZE(pd->port_pkeys); i++) {
732 u16 okey = pd->port_pkeys[i];
750 pd->port_pkeys[i] = key;
H A Dipath_verbs.c1846 return ARRAY_SIZE(dd->ipath_pd[0]->port_pkeys);
1859 if (index >= ARRAY_SIZE(dd->ipath_pd[0]->port_pkeys))
1862 ret = dd->ipath_pd[0]->port_pkeys[index];
H A Dipath_init_chip.c218 pd->port_pkeys[0] = IPATH_DEFAULT_P_KEY;
H A Dipath_kernel.h167 u16 port_pkeys[4]; member in struct:ipath_portdata
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/infiniband/hw/ipath/
H A Dipath_file_ops.c639 for (i = 0; i < ARRAY_SIZE(pd->port_pkeys); i++) {
640 if (!pd->port_pkeys[i] && pidx == -1)
642 if (pd->port_pkeys[i] == key) {
665 pd->port_pkeys[pidx] = key;
706 pd->port_pkeys[pidx] = dd->ipath_pkeys[i] = key;
803 for (i = 0; i < ARRAY_SIZE(pd->port_pkeys); i++) {
804 if (!pd->port_pkeys[i])
807 pd->port_pkeys[i]);
811 (pd->port_pkeys[i] & 0x7fff))
817 pd->port_pkeys[
[all...]
H A Dipath_mad.c349 memcpy(pkeys, pd->port_pkeys, sizeof(pd->port_pkeys));
730 for (i = 0; i < ARRAY_SIZE(pd->port_pkeys); i++) {
732 u16 okey = pd->port_pkeys[i];
750 pd->port_pkeys[i] = key;
H A Dipath_verbs.c1846 return ARRAY_SIZE(dd->ipath_pd[0]->port_pkeys);
1859 if (index >= ARRAY_SIZE(dd->ipath_pd[0]->port_pkeys))
1862 ret = dd->ipath_pd[0]->port_pkeys[index];
H A Dipath_init_chip.c218 pd->port_pkeys[0] = IPATH_DEFAULT_P_KEY;
H A Dipath_kernel.h167 u16 port_pkeys[4]; member in struct:ipath_portdata

Completed in 147 milliseconds