Home
last modified time | relevance | path

Searched refs:tx_data_length (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/net/pcmcia/
Drayctl.h485 UCHAR tx_data_length[2]; member
496 UCHAR tx_data_length[2]; member
Dray_cs.c1152 writeb(len >> 8, &pccs->var.tx_request.tx_data_length[0]); in ray_hw_xmit()
1153 writeb(len & 0xff, &pccs->var.tx_request.tx_data_length[1]); in ray_hw_xmit()
2877 writeb(TX_AUTHENTICATE_LENGTH_MSB, pccs->var.tx_request.tx_data_length); in build_auth_frame()
2878 writeb(TX_AUTHENTICATE_LENGTH_LSB,pccs->var.tx_request.tx_data_length + 1); in build_auth_frame()