Home
last modified time | relevance | path

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

/drivers/isdn/hisax/
Dhisax.h147 #define MAX_DFRAME_LEN 260 macro
Dhfc_2bds0.c620 if (rcnt > MAX_DFRAME_LEN + 3) { in receive_dmsg()
Dhfc_usb.c1141 (i <= HFCUSB_B2_RX) ? MAX_BCH_SIZE : MAX_DFRAME_LEN; in hfc_usb_init()
Dcallc.c1054 st->l2.maxlen = MAX_DFRAME_LEN; in init_d_st()
Dhfc_pci.c354 if ((rcnt > MAX_DFRAME_LEN + 3) || (rcnt < 4) || in receive_dmsg()
/drivers/isdn/mISDN/
Dlayer2.c2157 l2->maxlen = MAX_DFRAME_LEN; in create_l2()
2182 l2->maxlen = MAX_DFRAME_LEN; in create_l2()
/drivers/isdn/hardware/mISDN/
Dhfcsusb.c1584 (i <= HFCUSB_B2_RX) ? MAX_BCH_SIZE : MAX_DFRAME_LEN; in reset_hfcsusb()
Dhfcpci.c489 if ((rcnt > MAX_DFRAME_LEN + 3) || (rcnt < 4) || in receive_dmsg()