Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/can/
Dgrcan.c262 u8 *txdlc; /* Length of queued frames */ member
522 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()