Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/usb/GobiNet/
H A DQMI.h78 extern int quec_debug;
81 if (quec_debug == 1)\
H A DGobiUSBNet.c100 int quec_debug = 0; variable
1919 quec_debug=1;PrintHex(skb->data, 32);quec_debug=0; in GobiNetDriverTxFixup()
2101 quec_debug = 1; in GobiNetDriverRxFixup()
2104 quec_debug = 0; in GobiNetDriverRxFixup()
3192 module_param_named( debug, quec_debug, int, S_IRUGO | S_IWUSR );
H A DQMIDevice.c340 if (quec_debug != 1) in QuecPrintHex()