Searched refs:mac_receive_buffer (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/tokenring/
H A Dlanstreamer.h271 struct mac_receive_buffer { struct
H A Dolympic.h239 struct mac_receive_buffer { struct
H A Dolympic.c1415 frame_data = buf_ptr+offsetof(struct mac_receive_buffer,frame_data) ;
1421 printk("next %04x, fs %02x, len %04x \n",readw(buf_ptr+offsetof(struct mac_receive_buffer,next)), readb(buf_ptr+offsetof(struct mac_receive_buffer,frame_status)), readw(buf_ptr+offsetof(struct mac_receive_buffer,buffer_length)));
1433 frame_data = buf_ptr+offsetof(struct mac_receive_buffer,frame_data) ;
1434 buffer_len = swab16(readw(buf_ptr+offsetof(struct mac_receive_buffer,buffer_length)));
1436 next_ptr=readw(buf_ptr+offsetof(struct mac_receive_buffer,next));

Completed in 23 milliseconds