Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/tokenring/
Dolympic.h239 struct mac_receive_buffer { struct
Dlanstreamer.h277 struct mac_receive_buffer { struct
Dolympic.c1407 frame_data = buf_ptr+offsetof(struct mac_receive_buffer,frame_data) ; in olympic_arb_cmd()
1413 …truct mac_receive_buffer,next)), readb(buf_ptr+offsetof(struct mac_receive_buffer,frame_status)), … in olympic_arb_cmd()
1425 frame_data = buf_ptr+offsetof(struct mac_receive_buffer,frame_data) ; in olympic_arb_cmd()
1426 buffer_len = swab16(readw(buf_ptr+offsetof(struct mac_receive_buffer,buffer_length))); in olympic_arb_cmd()
1428 next_ptr=readw(buf_ptr+offsetof(struct mac_receive_buffer,next)); in olympic_arb_cmd()