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