Searched defs:ism_dev (Results 1 – 3 of 3) sorted by relevance
18 struct ism_dev { struct19 spinlock_t lock; /* protects the ism device */20 spinlock_t cmd_lock; /* serializes cmds */21 struct list_head list;22 struct dibs_dev *dibs;23 struct pci_dev *pdev;48 void (*handle_event)(struct ism_dev *dev, struct ism_event *event); argument
227 struct ism_dev { struct243 static inline void __ism_read_cmd(struct ism_dev *ism, void *data, in __ism_read_cmd() argument
447 struct smcd_dev *ism_dev[SMC_MAX_V2_ISM_DEVS + 1]; member