Home
last modified time | relevance | path

Searched defs:ism_dev (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dism.h18 struct ism_dev { struct
19 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
/linux/drivers/s390/net/
H A Dism.h227 struct ism_dev { struct
243 static inline void __ism_read_cmd(struct ism_dev *ism, void *data, in __ism_read_cmd() argument
/linux/net/smc/
H A Dsmc_core.h447 struct smcd_dev *ism_dev[SMC_MAX_V2_ISM_DEVS + 1]; member