Searched defs:port_s (Results 1 – 3 of 3) sorted by relevance
72 typedef struct port_s { struct 73 napiport_s global() argument 74 netdevport_s global() argument 75 cardport_s global() argument 76 lockport_s global() argument 77 settingsport_s global() argument 78 rxpartport_s global() argument 79 encodingport_s global() argument 80 parityport_s global() argument 81 ifaceport_s global() argument 82 rxinport_s global() argument 83 txinport_s global() argument 84 txlastport_s global() argument 85 tmcport_s global() argument 86 chanport_s global() argument
60 typedef struct port_s { struct 61 napiport_s global() argument 62 netdevport_s global() argument 63 cardport_s global() argument 64 lockport_s global() argument 65 settingsport_s global() argument 66 rxpartport_s global() argument 67 encodingport_s global() argument 68 parityport_s global() argument 69 rxinport_s global() argument 70 txinport_s global() argument 71 txlastport_s global() argument 72 tmcport_s global() argument 73 chanport_s global() argument
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 …]