Searched refs:nsh (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/bluetooth/
H A Ddtl1_cs.c211 nsh_t *nsh; local
234 nsh = (nsh_t *)info->rx_skb->data;
243 info->rx_count = nsh->len + (nsh->len & 0x0001);
246 bt_cb(info->rx_skb)->pkt_type = nsh->type;
249 if (nsh->len & 0x0001) {
396 nsh_t nsh; local
408 nsh.type = 0x81;
412 nsh.type = 0x82;
416 nsh
433 memcpy(skb_push(s, NSHL), &nsh, NSHL); local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/md/
H A Draid5.c398 struct stripe_head *osh, *nsh; local
418 nsh = kmem_cache_alloc(sc, GFP_KERNEL);
419 if (!nsh)
422 memset(nsh, 0, sizeof(*nsh) + (newsize-1)*sizeof(struct r5dev));
424 nsh->raid_conf = conf;
425 spin_lock_init(&nsh->lock);
427 list_add(&nsh->lru, &newstripes);
432 nsh = list_entry(newstripes.next, struct stripe_head, lru);
433 list_del(&nsh
[all...]

Completed in 74 milliseconds