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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/tokenring/
H A Dlanstreamer.h259 struct mac_receive_buffer { struct
H A Dolympic.h236 struct mac_receive_buffer { struct
H A Dolympic.c1401 frame_data = buf_ptr+offsetof(struct mac_receive_buffer,frame_data) ;
1407 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)));
1419 frame_data = buf_ptr+offsetof(struct mac_receive_buffer,frame_data) ;
1420 buffer_len = swab16(readw(buf_ptr+offsetof(struct mac_receive_buffer,buffer_length)));
1422 next_ptr=readw(buf_ptr+offsetof(struct mac_receive_buffer,next));

Completed in 46 milliseconds