Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/isdn/tpam/
Dtpam.h61 typedef struct tpam_channel { struct
70 } tpam_channel; argument
82 tpam_channel channels[TPAM_NBCHANNEL];/* channels tab */
198 extern void tpam_enqueue_data(tpam_channel *, struct sk_buff *);
Dtpam_queues.c23 static int tpam_sendpacket(tpam_card *card, tpam_channel *channel);
51 void tpam_enqueue_data(tpam_channel *channel, struct sk_buff *skb) { in tpam_enqueue_data()
287 static int tpam_sendpacket(tpam_card *card, tpam_channel *channel) { in tpam_sendpacket()