Lines Matching full:network
11 a large number of cheap network interface cards. The kernel provides a
76 sense to make it match the network name.
103 Attaching Network Interfaces
106 If you wish to use the network interface facilities of the driver, then
107 you need to attach a network device to each channel that is present and
112 The network device used for each channel should be pointed to by the
113 netdevice field of each channel. The hdlc-> priv field of the network
119 private field of the network device. The network device fields of the
120 channels then point back to the network devices.
125 Before you register your network device you will also need to provide
126 suitable handlers for most of the network device callbacks. See the
127 network device documentation for more details on this.
166 context and passes you the channel and a network buffer (struct
174 This expects to be passed the network device and the channel. Typically
175 this is called from your network device open callback. On a failure a
197 Network Layer Functions
205 The function :c:func:`z8530_queue_xmit()` takes a network buffer
215 of the interface code needed to implement the network layer get_stats