Home
last modified time | relevance | path

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

/linux/drivers/net/can/usb/
H A Dmcba_usb.c66 u32 ndx; member
170 priv->tx_context[i].ndx = MCBA_CTX_FREE; in mcba_init_ctx()
184 if (priv->tx_context[i].ndx == MCBA_CTX_FREE) { in mcba_usb_get_free_ctx()
186 ctx->ndx = i; in mcba_usb_get_free_ctx()
213 ctx->ndx = MCBA_CTX_FREE; in mcba_usb_free_ctx()
237 netdev->stats.tx_bytes += can_get_echo_skb(netdev, ctx->ndx, in mcba_usb_write_bulk_callback()
354 can_put_echo_skb(skb, priv->netdev, ctx->ndx, 0); in mcba_usb_start_xmit()
363 can_free_echo_skb(priv->netdev, ctx->ndx, NULL); in mcba_usb_start_xmit()