Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dn_r3964.h113 struct r3964_block_header *next_block_to_read;
142 struct r3964_block_header;
149 struct r3964_block_header *block;
157 struct r3964_block_header struct
164 struct r3964_block_header *next; argument
197 struct r3964_block_header *rx_first;
198 struct r3964_block_header *rx_last;
199 struct r3964_block_header *tx_first;
200 struct r3964_block_header *tx_last;
/linux-2.4.37.9/drivers/char/
Dn_r3964.c115 static void add_tx_queue(struct r3964_info *, struct r3964_block_header *);
127 int error_code, struct r3964_block_header *pBlock);
279 static void add_tx_queue(struct r3964_info *pInfo, struct r3964_block_header *pHeader) in add_tx_queue()
306 struct r3964_block_header *pHeader; in remove_from_tx_queue()
309 struct r3964_block_header *pDump; in remove_from_tx_queue()
359 static void add_rx_queue(struct r3964_info *pInfo, struct r3964_block_header *pHeader) in add_rx_queue()
387 struct r3964_block_header *pHeader) in remove_from_rx_queue()
390 struct r3964_block_header *pFind; in remove_from_rx_queue()
532 struct r3964_block_header *pBlock = pInfo->tx_first; in transmit_block()
579 struct r3964_block_header *pBlock; in on_receive_block()
[all …]