Lines Matching defs:fst_port_info
427 struct fst_port_info { struct
428 struct net_device *dev; /* Device struct - must be first */
429 struct fst_card_info *card; /* Card we're associated with */
430 int index; /* Port index on the card */
431 int hwif; /* Line hardware (lineInterface copy) */
432 int run; /* Port is running */
433 int mode; /* Normal or FarSync raw */
434 int rxpos; /* Next Rx buffer to use */
435 int txpos; /* Next Tx buffer to use */
436 int txipos; /* Next Tx buffer to check for free */
437 int start; /* Indication of start/stop to network */
461 struct fst_port_info ports[FST_MAX_PORTS]; argument