Home
last modified time | relevance | path

Searched defs:ctucan_priv (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/can/ctucanfd/
H A Dctucanfd.h29 struct ctucan_priv { struct
33 u32 (*read_reg)(struct ctucan_priv *priv, argument
35 void (*write_reg)(struct ctucan_priv *priv, argument
38 unsigned int txb_head;
39 unsigned int txb_tail;
40 u32 txb_prio;
41 unsigned int ntxbufs;
42 spinlock_t tx_lock; /* spinlock to serialize allocation and processing of TX buffers */
44 struct napi_struct napi;
45 struct device *dev;
[all …]