Searched refs:TX25Mbox (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/net/wan/ |
D | sdla_x25.c | 427 static int incoming_call (sdla_t* card, int cmd, int lcn, TX25Mbox* mb); 428 static int call_accepted (sdla_t* card, int cmd, int lcn, TX25Mbox* mb); 429 static int call_cleared (sdla_t* card, int cmd, int lcn, TX25Mbox* mb); 430 static int timeout_event (sdla_t* card, int cmd, int lcn, TX25Mbox* mb); 431 static int restart_event (sdla_t* card, int cmd, int lcn, TX25Mbox* mb); 459 static int api_incoming_call (sdla_t*, TX25Mbox *, int); 461 static void send_delayed_cmd_result(sdla_t *, netdevice_t *dev, TX25Mbox*); 462 static int clear_confirm_event (sdla_t *, TX25Mbox*); 463 static void send_oob_msg (sdla_t *, netdevice_t *, TX25Mbox *); 465 static void api_oob_event (sdla_t *card,TX25Mbox *mbox); [all …]
|
/linux-2.4.37.9/include/linux/ |
D | sdla_x25.h | 234 } TX25Mbox; typedef
|