Lines Matching refs:TX25Cmd
141 tx_intr (cycx_t *card, TX25Cmd *cmd),
142 rx_intr (cycx_t *card, TX25Cmd *cmd),
143 log_intr (cycx_t *card, TX25Cmd *cmd),
144 stat_intr (cycx_t *card, TX25Cmd *cmd),
145 connect_confirm_intr (cycx_t *card, TX25Cmd *cmd),
146 disconnect_confirm_intr (cycx_t *card, TX25Cmd *cmd),
147 connect_intr (cycx_t *card, TX25Cmd *cmd),
148 disconnect_intr (cycx_t *card, TX25Cmd *cmd),
149 spur_intr (cycx_t *card, TX25Cmd *cmd);
661 TX25Cmd cmd; in cyx_isr()
711 static void tx_intr (cycx_t *card, TX25Cmd *cmd) in tx_intr()
742 static void rx_intr (cycx_t *card, TX25Cmd *cmd) in rx_intr()
826 static void connect_intr (cycx_t *card, TX25Cmd *cmd) in connect_intr()
868 static void connect_confirm_intr (cycx_t *card, TX25Cmd *cmd) in connect_confirm_intr()
895 static void disconnect_confirm_intr (cycx_t *card, TX25Cmd *cmd) in disconnect_confirm_intr()
915 static void disconnect_intr (cycx_t *card, TX25Cmd *cmd) in disconnect_intr()
934 static void log_intr (cycx_t *card, TX25Cmd *cmd) in log_intr()
962 static void stat_intr (cycx_t *card, TX25Cmd *cmd) in stat_intr()
975 static void spur_intr (cycx_t *card, TX25Cmd *cmd) in spur_intr()
1003 TX25Cmd c; in x25_exec()