Searched refs:tx_msg (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/net/pcmcia/ |
D | rayctl.h | 254 #define TX_BUF_SIZE (2048 - sizeof(struct tx_msg)) 574 struct tx_msg { struct
|
D | ray_cs.c | 115 static int translate_frame(ray_dev_t *local, struct tx_msg *ptx, 117 static void ray_build_header(ray_dev_t *local, struct tx_msg *ptx, UCHAR msg_type, 1107 struct tx_msg *ptx; /* Address of xmit buffer in PC space */ in ray_hw_xmit() 1134 ptx = (struct tx_msg *)(local->sram + addr); in ray_hw_xmit() 1174 static int translate_frame(ray_dev_t *local, struct tx_msg *ptx, unsigned char *data, in translate_frame() 1205 static void ray_build_header(ray_dev_t *local, struct tx_msg *ptx, UCHAR msg_type, in ray_build_header() 2859 struct tx_msg *ptx; in build_auth_frame() 2881 ptx = (struct tx_msg *)(local->sram + addr); in build_auth_frame()
|