Searched defs:port_s (Results 1 – 3 of 3) sorted by relevance
67 typedef struct port_s { struct68 struct napi_struct napi;69 struct net_device *netdev;70 struct card_s *card;71 spinlock_t lock; /* TX lock */72 sync_serial_settings settings;73 int rxpart; /* partial frame received, next frame invalid*/74 unsigned short encoding;75 unsigned short parity;76 u16 rxin; /* rx ring buffer 'in' pointer */[all …]
79 typedef struct port_s { struct80 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;[all …]
97 typedef struct port_s { struct98 struct net_device *dev;99 struct card_s *card;100 spinlock_t lock; /* TX lock */101 sync_serial_settings settings;102 int valid; /* port enabled */103 int rxpart; /* partial frame received, next frame invalid*/104 unsigned short encoding;105 unsigned short parity;106 u16 rxin; /* rx ring buffer 'in' pointer */[all …]