Lines Matching defs:length
91 am_writebuffer(struct net_device *dev, u_int offset, unsigned char *buf, unsigned int length)
94 length = (length + 1) & ~1;
99 length -= 2;
101 while (length > 8) {
106 length -= 8;
116 while (length > 0) {
120 length -= 2;
125 am_readbuffer(struct net_device *dev, u_int offset, unsigned char *buf, unsigned int length)
128 length = (length + 1) & ~1;
137 length -= 2;
139 while (length > 8) {
151 length -= 8;
153 while (length > 0) {
161 length -= 2;