Searched refs:port_t (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/drivers/net/wan/ |
D | hd6457x.c | 115 static inline port_t* hdlc_to_port(hdlc_device *hdlc) in hdlc_to_port() 117 return (port_t*)hdlc; in hdlc_to_port() 122 static inline port_t* dev_to_port(struct net_device *dev) in dev_to_port() 129 static inline u16 next_desc(port_t *port, u16 desc, int transmit) in next_desc() 137 static inline u16 desc_abs_number(port_t *port, u16 desc, int transmit) in desc_abs_number() 149 static inline u16 desc_offset(port_t *port, u16 desc, int transmit) in desc_offset() 157 static inline pkt_desc* desc_address(port_t *port, u16 desc, int transmit) in desc_address() 170 static inline u32 buffer_offset(port_t *port, u16 desc, int transmit) in buffer_offset() 178 static void sca_init_sync_port(port_t *port) in sca_init_sync_port() 251 static inline void sca_msci_intr(port_t *port) in sca_msci_intr() [all …]
|
D | n2.c | 107 }port_t; typedef 121 port_t ports[2]; 170 static void n2_set_iface(port_t *port) in n2_set_iface() 217 port_t *port = hdlc_to_port(hdlc); in n2_open() 241 port_t *port = hdlc_to_port(hdlc); in n2_close() 260 port_t *port = hdlc_to_port(hdlc); in n2_ioctl() 436 port_t *port = &card->ports[cnt]; in n2_run()
|
D | pci200syn.c | 86 }port_t; typedef 99 port_t ports[2]; 136 static void pci200_set_iface(port_t *port) in pci200_set_iface() 179 port_t *port = hdlc_to_port(hdlc); in pci200_open() 211 port_t *port = hdlc_to_port(hdlc); in pci200_ioctl() 399 port_t *port = &card->ports[i]; in pci200_pci_init_one()
|
D | c101.c | 77 typedef card_t port_t; typedef 120 static void c101_set_iface(port_t *port) in c101_set_iface() 158 port_t *port = hdlc_to_port(hdlc); in c101_open() 175 port_t *port = hdlc_to_port(hdlc); in c101_close() 191 port_t *port = hdlc_to_port(hdlc); in c101_ioctl()
|
/linux-2.4.37.9/drivers/net/bonding/ |
D | bond_3ad.h | 254 } port_t; typedef
|