Home
last modified time | relevance | path

Searched refs:eh (Results 1 – 16 of 16) sorted by relevance

/linux-2.4.37.9/drivers/acorn/net/
Detherh.c108 static inline void etherh_set_ctrl(struct etherh_priv *eh, unsigned int mask) in etherh_set_ctrl() argument
110 eh->ctrl |= mask; in etherh_set_ctrl()
111 outb(eh->ctrl, eh->ctrl_port); in etherh_set_ctrl()
114 static inline void etherh_clr_ctrl(struct etherh_priv *eh, unsigned int mask) in etherh_clr_ctrl() argument
116 eh->ctrl &= ~mask; in etherh_clr_ctrl()
117 outb(eh->ctrl, eh->ctrl_port); in etherh_clr_ctrl()
120 static inline unsigned int etherh_get_stat(struct etherh_priv *eh) in etherh_get_stat() argument
122 return inb(eh->ctrl_port); in etherh_get_stat()
130 struct etherh_priv *eh = ec->irq_data; in etherh_irq_enable() local
132 etherh_set_ctrl(eh, ETHERH_CP_IE); in etherh_irq_enable()
[all …]
/linux-2.4.37.9/net/bluetooth/bnep/
Dnetdev.c149 struct ethhdr *eh = (void *) skb->data; in bnep_net_mc_filter() local
151 if ((eh->h_dest[0] & 1) && !test_bit(bnep_mc_hash(eh->h_dest), &s->mc_filter)) { in bnep_net_mc_filter()
153 eh->h_dest[0], eh->h_dest[1], eh->h_dest[2], in bnep_net_mc_filter()
154 eh->h_dest[3], eh->h_dest[4], eh->h_dest[5]); in bnep_net_mc_filter()
165 struct ethhdr *eh = (void *) skb->data; in bnep_net_eth_proto() local
167 if (ntohs(eh->h_proto) >= 1536) in bnep_net_eth_proto()
168 return eh->h_proto; in bnep_net_eth_proto()
237 memcpy(dev->dev_addr, s->eh.h_dest, ETH_ALEN); in bnep_net_init()
Dcore.c80 if (!memcmp(dst, s->eh.h_source, ETH_ALEN)) in __bnep_get_session()
335 s->eh.h_proto = get_unaligned((u16 *) (skb->data - 2)); in bnep_rx_frame()
343 if (ntohs(s->eh.h_proto) == 0x8100) { in bnep_rx_frame()
346 s->eh.h_proto = get_unaligned((u16 *) (skb->data - 2)); in bnep_rx_frame()
362 memcpy(__skb_put(nskb, ETH_HLEN), &s->eh, ETH_HLEN); in bnep_rx_frame()
366 memcpy(__skb_put(nskb, ETH_ALEN), s->eh.h_dest, ETH_ALEN); in bnep_rx_frame()
368 put_unaligned(s->eh.h_proto, (u16 *) __skb_put(nskb, 2)); in bnep_rx_frame()
373 memcpy(__skb_put(nskb, ETH_ALEN + 2), s->eh.h_source, ETH_ALEN + 2); in bnep_rx_frame()
378 put_unaligned(s->eh.h_proto, (u16 *) __skb_put(nskb, 2)); in bnep_rx_frame()
407 struct ethhdr *eh = (void *) skb->data; in bnep_tx_frame() local
[all …]
Dbnep.h165 struct ethhdr eh; member
/linux-2.4.37.9/drivers/bluetooth/
Dhci_h4.c151 hci_event_hdr *eh; in h4_recv() local
182 eh = (hci_event_hdr *) h4->rx_skb->data; in h4_recv()
184 BT_DBG("Event header: evt 0x%2.2x plen %d", eh->evt, eh->plen); in h4_recv()
186 h4_check_data_len(h4, eh->plen); in h4_recv()
Dbtuart_cs.c260 hci_event_hdr *eh; in btuart_receive() local
268 eh = (hci_event_hdr *)(info->rx_skb->data); in btuart_receive()
270 info->rx_count = eh->plen; in btuart_receive()
Dbt3c_cs.c321 hci_event_hdr *eh; in bt3c_receive() local
328 eh = (hci_event_hdr *)(info->rx_skb->data); in bt3c_receive()
330 info->rx_count = eh->plen; in bt3c_receive()
Dbluecard_cs.c459 hci_event_hdr *eh; in bluecard_receive() local
466 eh = (hci_event_hdr *)(info->rx_skb->data); in bluecard_receive()
468 info->rx_count = eh->plen; in bluecard_receive()
/linux-2.4.37.9/drivers/gsc/
Deisa_enumerator.c485 struct eeprom_header *eh; in eisa_enumerator() local
494 eh = (struct eeprom_header*)(eeprom_buf); in eisa_enumerator()
495 for (i=0;i<eh->num_slots;i++) { in eisa_enumerator()
/linux-2.4.37.9/net/bluetooth/
Dhci_event.c884 hci_event_hdr *eh; in hci_si_event() local
897 eh = ptr; in hci_si_event()
898 eh->evt = EVT_STACK_INTERNAL; in hci_si_event()
899 eh->plen = EVT_STACK_INTERNAL_SIZE + dlen; in hci_si_event()
/linux-2.4.37.9/fs/
Dexec.c855 struct exec * eh = (struct exec *) bprm->buf; in search_binary_handler() local
857 if (!bprm->loader && eh->fh.f_magic == 0x183 && in search_binary_handler()
858 (eh->fh.f_flags & 0x3000) == 0x3000) in search_binary_handler()
875 bprm->sh_bang = eh->ah.entry < 0x100000000; in search_binary_handler()
/linux-2.4.37.9/drivers/scsi/sym53c8xx_2/
DChangeLog.txt116 - Complete rewrite of the eh handling. The driver is now using a
117 semaphore in order to behave synchronously as required by the eh
Dsym_glue.c1126 struct sym_eh_wait eh, *ep = &eh; in sym_eh_handler() local
/linux-2.4.37.9/drivers/net/wireless/
Dorinoco.c1677 struct ethhdr *eh; in __orinoco_ev_rx() local
1772 eh = (struct ethhdr *)skb_put(skb, ETH_HLEN); in __orinoco_ev_rx()
1774 memcpy(eh, &hdr, 2 * ETH_ALEN); in __orinoco_ev_rx()
1775 eh->h_proto = hdr.ethertype; in __orinoco_ev_rx()
2326 struct ethhdr *eh; in orinoco_xmit() local
2370 eh = (struct ethhdr *)skb->data; in orinoco_xmit()
2389 if (ntohs(eh->h_proto) > 1500) { /* Ethernet-II frame */ in orinoco_xmit()
2396 memcpy(hdr.dest, eh->h_dest, ETH_ALEN); in orinoco_xmit()
2397 memcpy(hdr.src, eh->h_source, ETH_ALEN); in orinoco_xmit()
2403 hdr.ethertype = eh->h_proto; in orinoco_xmit()
/linux-2.4.37.9/drivers/net/
Dhamachi.c1294 struct ethhdr *eh = (struct ethhdr *)skb->data; in hamachi_start_xmit() local
1295 if (eh->h_proto == __constant_htons(ETH_P_IP)) { in hamachi_start_xmit()
1296 struct iphdr *ih = (struct iphdr *)((char *)eh + ETH_HLEN); in hamachi_start_xmit()
/linux-2.4.37.9/Documentation/sound/
DNM256116 the sound buffer. (Crazy, eh?) The NeoMagic video BIOS sets up a