Searched defs:nh (Results 1 - 5 of 5) sorted by relevance

/drivers/devfreq/
H A Ddevfreq.c682 struct srcu_notifier_head *nh = opp_get_notifier(dev); local
684 if (IS_ERR(nh))
685 return PTR_ERR(nh);
686 return srcu_notifier_chain_register(nh, &devfreq->nb);
701 struct srcu_notifier_head *nh = opp_get_notifier(dev); local
703 if (IS_ERR(nh))
704 return PTR_ERR(nh);
705 return srcu_notifier_chain_unregister(nh, &devfreq->nb);
/drivers/net/ethernet/tile/
H A Dtilepro.c1768 /* Note that "nh == ih", by definition. */
1769 unsigned char *nh = skb_network_header(skb); local
1770 unsigned int eh_len = nh - data;
1773 struct tcphdr *th = (struct tcphdr *)(nh + ih_len);
/drivers/staging/rtl8187se/ieee80211/
H A Dieee80211_softmac.c150 int nh; local
151 nh = (ieee->mgmt_queue_head +1) % MGMT_QUEUE_NUM;
157 * if (nh == ieee->mgmt_queue_tail)
160 ieee->mgmt_queue_head = nh;
161 ieee->mgmt_queue_ring[nh] = skb;
/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_softmac.c151 int nh; local
152 nh = (ieee->mgmt_queue_head +1) % MGMT_QUEUE_NUM;
158 * if (nh == ieee->mgmt_queue_tail)
161 ieee->mgmt_queue_head = nh;
162 ieee->mgmt_queue_ring[nh] = skb;
/drivers/staging/rtl8192e/
H A Drtllib_softmac.c131 int nh; local
132 nh = (ieee->mgmt_queue_head + 1) % MGMT_QUEUE_NUM;
138 * if (nh == ieee->mgmt_queue_tail)
141 ieee->mgmt_queue_head = nh;
142 ieee->mgmt_queue_ring[nh] = skb;

Completed in 149 milliseconds