Searched defs:port_s (Results 1 – 3 of 3) sorted by relevance
72 typedef struct port_s { struct73 struct napi_struct napi;74 struct net_device *netdev;75 struct card_s *card;76 spinlock_t lock; /* TX lock */77 sync_serial_settings settings;78 int rxpart; /* partial frame received, next frame invalid*/79 unsigned short encoding;80 unsigned short parity;81 unsigned int iface;[all …]
60 typedef struct port_s { struct61 struct napi_struct napi;62 struct net_device *netdev;63 struct card_s *card;64 spinlock_t lock; /* TX lock */65 sync_serial_settings settings;66 int rxpart; /* partial frame received, next frame invalid*/67 unsigned short encoding;68 unsigned short parity;69 u16 rxin; /* rx ring buffer 'in' pointer */[all …]
89 typedef struct port_s { struct90 struct net_device *dev;91 struct card_s *card;92 spinlock_t lock; /* TX lock */93 sync_serial_settings settings;94 int valid; /* port enabled */95 int rxpart; /* partial frame received, next frame invalid*/96 unsigned short encoding;97 unsigned short parity;98 u16 rxin; /* rx ring buffer 'in' pointer */[all …]