Searched defs:ctucan_priv (Results 1 – 1 of 1) sorted by relevance
29 struct ctucan_priv { struct33 u32 (*read_reg)(struct ctucan_priv *priv, argument35 void (*write_reg)(struct ctucan_priv *priv, argument38 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 …]