Home
last modified time | relevance | path

Searched refs:BMaxDSL (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/atm/
H A Dspeedtch.c71 static unsigned int BMaxDSL = DEFAULT_B_MAX_DSL; variable
97 module_param(BMaxDSL, uint, S_IRUGO | S_IWUSR);
98 MODULE_PARM_DESC(BMaxDSL,
116 unsigned int BMaxDSL; member
222 buf[0] = instance->params.BMaxDSL & 0xff; in speedtch_test_sequence()
223 buf[1] = instance->params.BMaxDSL >> 8; in speedtch_test_sequence()
815 instance->params.BMaxDSL = BMaxDSL; in speedtch_bind()
/kernel/linux/linux-6.6/drivers/usb/atm/
H A Dspeedtch.c71 static unsigned int BMaxDSL = DEFAULT_B_MAX_DSL; variable
97 module_param(BMaxDSL, uint, S_IRUGO | S_IWUSR);
98 MODULE_PARM_DESC(BMaxDSL,
116 unsigned int BMaxDSL; member
222 buf[0] = instance->params.BMaxDSL & 0xff; in speedtch_test_sequence()
223 buf[1] = instance->params.BMaxDSL >> 8; in speedtch_test_sequence()
815 instance->params.BMaxDSL = BMaxDSL; in speedtch_bind()

Completed in 5 milliseconds