Searched refs:flg_txdbg (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/usb/ |
| H A D | dm9620.c | 104 int flg_txdbg; // NOW TX-DBG member 771 priv->flg_txdbg= 0; //->flag_fail_count= 0; in dm9620_bind() 837 printk("flg_txdbg %lu\n", (long unsigned int)priv->flg_txdbg); in dm9620_unbind() 970 …printk("[dm96-TxRound].%d expend copy fail, for head, tail= %d, %d\n", priv->flg_txdbg++, newheadr… in TxExpend() 973 …printk("[dm96-TxRound].%d expend copy OK, for head, tail= %d, %d\n", priv->flg_txdbg++, newheadroo… in TxExpend() 1023 … printk("[dm96-TxRound].%d for LEN_ODD tail_room +1, rslt add %d\n", priv->flg_txdbg, newtailroom); in dm9620_tx_fixup() 1024 …rintk("[dm96-TxRound].%d for LEN_PLOAD tail_room +2, rslt add %d\n", priv->flg_txdbg, newtailroom); in dm9620_tx_fixup() 1025 …k("[dm96-TxRound].%d for LEN_PLOAD data_len +2, len from %d to %d\n", priv->flg_txdbg, len-2, len); in dm9620_tx_fixup() 1026 if (TS & (TX_LEN_O|TX_LEN_F)) priv->flg_txdbg++; in dm9620_tx_fixup()
|