Home
last modified time | relevance | path

Searched refs:get_next_dframe (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/include/linux/
DmISDNhw.h190 extern int get_next_dframe(struct dchannel *);
/linux-6.1.9/drivers/isdn/mISDN/
Dhwchannel.c323 get_next_dframe(struct dchannel *dch) in get_next_dframe() function
335 EXPORT_SYMBOL(get_next_dframe);
/linux-6.1.9/drivers/isdn/hardware/mISDN/
Dw6692.c329 if (get_next_dframe(dch)) in d_retransmit()
379 if (get_next_dframe(&card->dch)) in handle_txD()
DmISDNipac.c213 if (get_next_dframe(&isac->dch)) in isac_xpr_irq()
234 if (get_next_dframe(&isac->dch)) in isac_retransmit()
Dhfcsusb.c1339 if (fifo->dch && get_next_dframe(fifo->dch)) in tx_iso_complete()
Dhfcpci.c1135 if (get_next_dframe(dch)) in tx_dirq()
Dhfcmulti.c2161 if (dch && get_next_dframe(dch)) { in hfcmulti_tx()