Searched refs:smcd_dev (Results 1 – 14 of 14) sorted by relevance
| /linux/include/net/ |
| A D | smc.h | 49 struct smcd_dev; 59 int (*register_dmb)(struct smcd_dev *dev, struct smcd_dmb *dmb, 67 u16 (*get_chid)(struct smcd_dev *dev); 68 struct device* (*get_dev)(struct smcd_dev *dev); 71 int (*add_vlan_id)(struct smcd_dev *dev, u64 vlan_id); 72 int (*del_vlan_id)(struct smcd_dev *dev, u64 vlan_id); 73 int (*set_vlan_required)(struct smcd_dev *dev); 74 int (*reset_vlan_required)(struct smcd_dev *dev); 77 int (*support_dmb_nocopy)(struct smcd_dev *dev); 79 int (*detach_dmb)(struct smcd_dev *dev, u64 token); [all …]
|
| /linux/net/smc/ |
| A D | smc_ism.h | 40 struct smcd_dev; 43 struct smcd_dev *dev); 46 int smc_ism_get_vlan(struct smcd_dev *dev, unsigned short vlan_id); 47 int smc_ism_put_vlan(struct smcd_dev *dev, unsigned short vlan_id); 51 bool smc_ism_support_dmb_nocopy(struct smcd_dev *smcd); 52 int smc_ism_attach_dmb(struct smcd_dev *dev, u64 token, 54 int smc_ism_detach_dmb(struct smcd_dev *dev, u64 token); 57 u16 smc_ism_get_chid(struct smcd_dev *dev); 64 static inline int smc_ism_write(struct smcd_dev *smcd, u64 dmb_tok, in smc_ism_write() 85 static inline bool smc_ism_is_emulated(struct smcd_dev *smcd) in smc_ism_is_emulated() [all …]
|
| A D | smc_loopback.c | 42 static int smc_lo_query_rgid(struct smcd_dev *smcd, struct smcd_gid *rgid, in smc_lo_query_rgid() 156 static int smc_lo_support_dmb_nocopy(struct smcd_dev *smcd) in smc_lo_support_dmb_nocopy() 195 static int smc_lo_detach_dmb(struct smcd_dev *smcd, u64 token) in smc_lo_detach_dmb() 219 static int smc_lo_move_data(struct smcd_dev *smcd, u64 dmb_tok, in smc_lo_move_data() 259 static void smc_lo_get_local_gid(struct smcd_dev *smcd, in smc_lo_get_local_gid() 268 static u16 smc_lo_get_chid(struct smcd_dev *smcd) in smc_lo_get_chid() 273 static struct device *smc_lo_get_dev(struct smcd_dev *smcd) in smc_lo_get_dev() 297 static struct smcd_dev *smcd_lo_alloc_dev(const struct smcd_ops *ops, in smcd_lo_alloc_dev() 300 struct smcd_dev *smcd; in smcd_lo_alloc_dev() 327 struct smcd_dev *smcd; in smcd_lo_register_dev() [all …]
|
| A D | smc_ism.c | 69 struct smcd_dev *smcd) in smc_ism_cantalk() 83 u16 smc_ism_get_chid(struct smcd_dev *smcd) in smc_ism_get_chid() 253 bool smc_ism_support_dmb_nocopy(struct smcd_dev *smcd) in smc_ism_support_dmb_nocopy() 263 int smc_ism_attach_dmb(struct smcd_dev *dev, u64 token, in smc_ism_attach_dmb() 285 int smc_ism_detach_dmb(struct smcd_dev *dev, u64 token) in smc_ism_detach_dmb() 293 static int smc_nl_handle_smcd_dev(struct smcd_dev *smcd, in smc_nl_handle_smcd_dev() 363 struct smcd_dev *smcd; in smc_nl_prep_smcd_dev() 391 struct smcd_dev *smcd; 459 struct smcd_dev *smcd; in smcd_alloc_dev() 487 struct smcd_dev *smcd, *fentry; in smcd_register_dev() [all …]
|
| A D | smc_pnet.c | 106 struct smcd_dev *smcd; in smc_pnet_remove_by_pnetid() 266 static bool smc_pnet_apply_smcd(struct smcd_dev *smcd_dev, char *pnet_name) in smc_pnet_apply_smcd() argument 271 if (!smc_pnet_is_pnetid_set(smcd_dev->pnetid)) { in smc_pnet_apply_smcd() 273 smcd_dev->pnetid_by_user = true; in smc_pnet_apply_smcd() 331 struct smcd_dev *smcd_dev; in smc_pnet_find_smcd() local 335 if (!strncmp(dev_name(smcd_dev->ops->get_dev(smcd_dev)), in smc_pnet_find_smcd() 339 smcd_dev = NULL; in smc_pnet_find_smcd() 342 return smcd_dev; in smc_pnet_find_smcd() 415 struct smcd_dev *smcd; in smc_pnet_add_ib() 1099 struct smcd_dev *ismdev; in smc_pnet_find_ism_by_pnetid() [all …]
|
| A D | smc_pnet.h | 22 struct smcd_dev; 64 int smc_pnetid_by_table_smcd(struct smcd_dev *smcd);
|
| A D | smc_core.h | 242 struct smcd_dev; 364 struct smcd_dev *smcd; 430 struct smcd_dev *ism_dev[SMC_MAX_V2_ISM_DEVS + 1]; 557 void smc_smcd_terminate(struct smcd_dev *dev, struct smcd_gid *peer_gid, 559 void smc_smcd_terminate_all(struct smcd_dev *dev);
|
| A D | smc_loopback.h | 36 struct smcd_dev *smcd;
|
| A D | smc_core.c | 541 struct smcd_dev *smcd = lgr->smcd; in smc_nl_fill_smcd_lgr() 638 struct smcd_dev *smcd_dev; in smc_nl_fill_smcd_dev() local 644 if (list_empty(&smcd_dev->lgr_list)) in smc_nl_fill_smcd_dev() 648 rc = smc_nl_handle_smcd_lgr(smcd_dev, skb, cb); in smc_nl_fill_smcd_dev() 874 struct smcd_dev *smcd; in smc_lgr_create() 1191 struct smcd_dev *smcd = conn->lgr->smcd; in smcd_buf_detach() 1620 void smc_smcd_terminate_all(struct smcd_dev *smcd) in smc_smcd_terminate_all() 1940 struct smcd_dev *smcismdev, in smcd_lgr_match() 2556 struct smcd_dev *smcd = conn->lgr->smcd; in smcd_buf_attach() 2706 struct smcd_dev *smcd; in smc_core_going_away() [all …]
|
| A D | smc_clc.h | 426 struct smcd_dev;
|
| A D | smc_diag.c | 170 struct smcd_dev *smcd = conn->lgr->smcd; in __smc_diag_dump()
|
| A D | smc_clc.c | 842 struct smcd_dev *smcd; in smc_clc_send_proposal() 1038 struct smcd_dev *smcd = conn->lgr->smcd; in smcd_clc_prep_confirm_accept()
|
| A D | af_smc.c | 1037 struct smcd_dev *smcd; in smc_find_ism_v2_device_clnt() 2082 static bool smc_is_already_selected(struct smcd_dev *smcd, in smc_is_already_selected() 2101 struct smcd_dev *smcd; in smc_check_ism_v2_match()
|
| /linux/drivers/s390/net/ |
| A D | ism_drv.c | 741 static int smcd_query_rgid(struct smcd_dev *smcd, struct smcd_gid *rgid, in smcd_query_rgid() 747 static int smcd_register_dmb(struct smcd_dev *smcd, struct smcd_dmb *dmb, in smcd_register_dmb() 758 static int smcd_add_vlan_id(struct smcd_dev *smcd, u64 vlan_id) in smcd_add_vlan_id() 763 static int smcd_del_vlan_id(struct smcd_dev *smcd, u64 vlan_id) in smcd_del_vlan_id() 768 static int smcd_set_vlan_required(struct smcd_dev *smcd) in smcd_set_vlan_required() 773 static int smcd_reset_vlan_required(struct smcd_dev *smcd) in smcd_reset_vlan_required() 795 static int smcd_signal_ieq(struct smcd_dev *smcd, struct smcd_gid *rgid, in smcd_signal_ieq() 802 static int smcd_move(struct smcd_dev *smcd, u64 dmb_tok, unsigned int idx, in smcd_move() 819 static void smcd_get_local_gid(struct smcd_dev *smcd, in smcd_get_local_gid() 834 static u16 smcd_get_chid(struct smcd_dev *smcd) in smcd_get_chid() [all …]
|
Completed in 43 milliseconds