Searched defs:ih (Results 1 - 6 of 6) sorted by relevance

/drivers/staging/rtl8187se/ieee80211/
H A Dieee80211_tx.c287 const struct iphdr *ih = (struct iphdr*)(skb->data + \ local
289 wme_UP = (ih->tos >> 5)&0x07;
/drivers/iommu/
H A Ddmar.c866 int ih = 0; local
876 desc.high = QI_IOTLB_ADDR(addr) | QI_IOTLB_IH(ih)
/drivers/net/ethernet/packetengines/
H A Dhamachi.c1526 struct iphdr *ih = (struct iphdr *) skb->data; local
1531 if (ntohs(ih->tot_len) >= 46){
1533 if (!(ih->frag_off & cpu_to_be16(IP_MF|IP_OFFSET))) {
/drivers/net/ethernet/sgi/
H A Dioc3-eth.c513 struct iphdr *ih; local
534 ih = (struct iphdr *) ((char *)eh + ETH_HLEN);
535 if (ip_is_fragment(ih))
538 proto = ih->protocol;
544 (ih->tot_len - (ih->ihl << 2)) +
545 htons((uint16_t)ih->protocol) +
546 (ih->saddr >> 16) + (ih->saddr & 0xffff) +
547 (ih
1429 const struct iphdr *ih = ip_hdr(skb); local
[all...]
/drivers/net/ethernet/tile/
H A Dtilepro.c1765 struct iphdr *ih = ip_hdr(skb); local
1766 unsigned int ih_len = ih->ihl * 4;
1768 /* Note that "nh == ih", by definition. */
1828 BUG_ON(ih->protocol != IPPROTO_TCP);
/drivers/gpu/drm/radeon/
H A Dradeon.h1546 struct r600_ih ih; /* r6/700 interrupt ring */ member in struct:radeon_device

Completed in 226 milliseconds