Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/isdn/hisax/
Dhfc_sx.c117 write_fifo(struct IsdnCardState *cs, struct sk_buff *skb, u_char fifo, int trans_max) in write_fifo() argument
130 if (trans_max) return (0); /* only HDLC */ in write_fifo()
141 if (trans_max) { in write_fifo()
149 if (count > 2 * trans_max) return (0); /* delay to long */ in write_fifo()
207 read_fifo(struct IsdnCardState *cs, u_char fifo, int trans_max) in read_fifo() argument
217 if (trans_max) return (NULL); /* only hdlc */ in read_fifo()
225 if (trans_max) { in read_fifo()
235 if (count > trans_max) in read_fifo()
236 count = trans_max; /* limit length */ in read_fifo()