Searched defs:dibs_dev_ops (Results 1 – 1 of 1) sorted by relevance
| /linux/include/linux/ |
| H A D | dibs.h | 209 struct dibs_dev_ops { struct 227 u16 (*get_fabric_id)(struct dibs_dev *dev); 240 int (*query_remote_gid)(struct dibs_dev *dev, const uuid_t *rgid, 247 int (*max_dmbs)(void); 272 int (*register_dmb)(struct dibs_dev *dev, struct dibs_dmb *dmb, 286 int (*unregister_dmb)(struct dibs_dev *dev, struct dibs_dmb *dmb); 310 int (*move_data)(struct dibs_dev *dev, u64 dmb_tok, unsigned int idx, 324 int (*add_vlan_id)(struct dibs_dev *dev, u64 vlan_id); 331 int (*del_vlan_id)(struct dibs_dev *dev, u64 vlan_id); 348 int (*signal_event)(struct dibs_dev *dev, const uuid_t *rgid, [all …]
|