Lines Matching defs:c2_port
357 struct c2_port { struct
358 u32 msg_enable;
359 struct c2_dev *c2dev;
360 struct net_device *netdev;
362 spinlock_t tx_lock;
363 u32 tx_avail;
364 struct c2_ring tx_ring;
365 struct c2_ring rx_ring;
367 void *mem; /* PCI memory for host rings */
368 dma_addr_t dma;
369 unsigned long mem_size;
371 u32 rx_buf_size;