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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/tokenring/
H A Dlanstreamer.h261 struct mac_receive_buffer { struct
H A Dolympic.h236 struct mac_receive_buffer { struct
H A Dolympic.c1421 frame_data = buf_ptr+offsetof(struct mac_receive_buffer,frame_data) ;
1427 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)));
1439 frame_data = buf_ptr+offsetof(struct mac_receive_buffer,frame_data) ;
1440 buffer_len = swab16(readw(buf_ptr+offsetof(struct mac_receive_buffer,buffer_length)));
1442 next_ptr=readw(buf_ptr+offsetof(struct mac_receive_buffer,next));

Completed in 51 milliseconds