Searched refs:mkey (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/rdma/
H A Dib_smi.h59 __be64 mkey; member in struct:ib_smp
89 __be64 mkey; member in struct:ib_port_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-howl/
H A Dtext.c235 char *mkey = NULL, *mvalue = NULL; local
246 if (avahi_string_list_get_pair(self->index, &mkey, &mvalue, &msize) < 0)
249 strlcpy(key, mkey, SW_TEXT_RECORD_MAX_LEN);
254 avahi_free(mkey);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_mad.c241 /* Only return the mkey if the protection field allows it. */
242 if (smp->method == IB_MGMT_METHOD_SET || dev->mkey == smp->mkey ||
244 pip->mkey = dev->mkey;
411 dev->mkey = pip->mkey;
1336 /* Is the mkey in the process of expiring? */
1338 /* Clear timeout and mkey protection field. */
1347 if ((mad_flags & IB_MAD_IGNORE_MKEY) == 0 && dev->mkey !
[all...]
H A Dipath_verbs.h505 __be64 mkey; member in struct:ipath_ibdev
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dppp_mppe.c303 char mkey[sizeof(state->master_key) * 2 + 1]; local
311 sprintf(mkey + i * 2, "%02x", state->master_key[i]);
316 debugstr, unit, mkey, skey);

Completed in 169 milliseconds