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