Searched refs:txdlc (Results 1 – 1 of 1) sorted by relevance
262 u8 *txdlc; /* Length of queued frames */ member522 stats->tx_bytes += priv->txdlc[i]; in catch_up_echo_skb()523 priv->txdlc[i] = 0; in catch_up_echo_skb()1069 priv->txdlc = kzalloc(dma->tx.size * sizeof(*priv->txdlc), GFP_KERNEL); in grcan_open()1070 if (!priv->txdlc) { in grcan_open()1101 kfree(priv->txdlc); in grcan_open()1136 kfree(priv->txdlc); in grcan_close()1454 priv->txdlc[slotindex] = cf->can_dlc; /* Store dlc for statistics */ in grcan_start_xmit()