Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/can/usb/
Dgs_usb.c148 struct gs_tx_context { struct
167 struct gs_tx_context tx_context[GS_MAX_TX_URBS]; argument
184 static struct gs_tx_context *gs_alloc_tx_context(struct gs_can *dev) in gs_alloc_tx_context()
205 static void gs_free_tx_context(struct gs_tx_context *txc) in gs_free_tx_context()
212 static struct gs_tx_context *gs_get_tx_context(struct gs_can *dev, unsigned int id) in gs_get_tx_context()
285 struct gs_tx_context *txc; in gs_usb_recieve_bulk_callback()
434 struct gs_tx_context *txc = urb->context; in gs_usb_xmit_callback()
464 struct gs_tx_context *txc; in gs_can_start_xmit()