Searched defs:port_s (Results 1 – 3 of 3) sorted by relevance
63 typedef struct port_s { struct64 struct napi_struct napi;65 struct net_device *netdev;66 struct card_s *card;67 spinlock_t lock; /* TX lock */68 sync_serial_settings settings;69 int rxpart; /* partial frame received, next frame invalid*/70 unsigned short encoding;71 unsigned short parity;72 u16 rxin; /* rx ring buffer 'in' pointer */[all …]
76 typedef struct port_s { struct77 struct napi_struct napi;78 struct net_device *netdev;79 struct card_s *card;80 spinlock_t lock; /* TX lock */81 sync_serial_settings settings;82 int rxpart; /* partial frame received, next frame invalid*/83 unsigned short encoding;84 unsigned short parity;85 unsigned int iface;[all …]
94 typedef struct port_s { struct95 struct net_device *dev;96 struct card_s *card;97 spinlock_t lock; /* TX lock */98 sync_serial_settings settings;99 int valid; /* port enabled */100 int rxpart; /* partial frame received, next frame invalid*/101 unsigned short encoding;102 unsigned short parity;103 u16 rxin; /* rx ring buffer 'in' pointer */[all …]