Searched defs:jsm_board (Results 1 – 1 of 1) sorted by relevance
124 struct jsm_board struct126 int boardnum; /* Board number: 0-32 */128 int type; /* Type of board */129 u8 rev; /* PCI revision ID */130 struct pci_dev *pci_dev;131 u32 maxports; /* MAX ports this board can handle */133 spinlock_t bd_intr_lock; /* Used to protect the poller tasklet and157 struct list_head jsm_board_entry; argument