Searched refs:frame_data (Results 1 – 4 of 4) sorted by relevance
244 u8 frame_data ; member
282 __u8 frame_data; member
1384 u8 *frame_data ; in olympic_arb_cmd() local1407 frame_data = buf_ptr+offsetof(struct mac_receive_buffer,frame_data) ; in olympic_arb_cmd()1410 printk("Loc %d = %02x\n",i,readb(frame_data + i)); in olympic_arb_cmd()1425 frame_data = buf_ptr+offsetof(struct mac_receive_buffer,frame_data) ; in olympic_arb_cmd()1427 memcpy_fromio(skb_put(mac_frame, buffer_len), frame_data , buffer_len ) ; in olympic_arb_cmd()
1529 __u8 frame_data[256]; in streamer_arb_cmd() local1595 frame_data[i]=rx_word >> 8; in streamer_arb_cmd()1596 frame_data[i+1]=rx_word & 0xff; in streamer_arb_cmd()1601 frame_data, buffer_len); in streamer_arb_cmd()