Lines Matching defs:port_s
79 typedef struct port_s { struct
80 struct napi_struct napi;
81 struct net_device *netdev;
82 struct card_s *card;
83 spinlock_t lock; /* TX lock */
84 sync_serial_settings settings;
85 int rxpart; /* partial frame received, next frame invalid*/
86 unsigned short encoding;
87 unsigned short parity;
88 unsigned int iface;
89 u16 rxin; /* rx ring buffer 'in' pointer */
90 u16 txin; /* tx ring buffer 'in' and 'last' pointers */
91 u16 txlast;
92 u8 rxs, txs, tmc; /* SCA registers */
93 u8 chan; /* physical port # - 0 or 1 */