Searched defs:smcd (Results 1 – 11 of 11) sorted by relevance
/linux/net/smc/ |
H 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() 54 static int smc_lo_register_dmb(struct smcd_dev *smcd, struct smcd_dmb *dmb, in smc_lo_register_dmb() 132 static int smc_lo_unregister_dmb(struct smcd_dev *smcd, struct smcd_dmb *dmb) in smc_lo_unregister_dmb() 156 static int smc_lo_support_dmb_nocopy(struct smcd_dev *smcd) in smc_lo_support_dmb_nocopy() 161 static int smc_lo_attach_dmb(struct smcd_dev *smcd, struct smcd_dmb *dmb) in smc_lo_attach_dmb() 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() [all …]
|
H 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() 126 int smc_ism_get_vlan(struct smcd_dev *smcd, unsigned short vlanid) in smc_ism_get_vlan() 172 int smc_ism_put_vlan(struct smcd_dev *smcd, unsigned short vlanid) in smc_ism_put_vlan() 208 int smc_ism_unregister_dmb(struct smcd_dev *smcd, struct smc_buf_desc *dmb_desc) in smc_ism_unregister_dmb() 253 bool smc_ism_support_dmb_nocopy(struct smcd_dev *smcd) in smc_ism_support_dmb_nocopy() 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() local 391 struct smcd_dev *smcd; member 459 struct smcd_dev *smcd; in smcd_alloc_dev() local [all …]
|
H A D | smc_ism.h | 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() 92 static inline bool smc_ism_is_loopback(struct smcd_dev *smcd) in smc_ism_is_loopback()
|
H A D | smc_core.c | 541 struct smcd_dev *smcd = lgr->smcd; in smc_nl_fill_smcd_lgr() local 874 struct smcd_dev *smcd; in smc_lgr_create() local 1191 struct smcd_dev *smcd = conn->lgr->smcd; in smcd_buf_detach() local 1620 void smc_smcd_terminate_all(struct smcd_dev *smcd) in smc_smcd_terminate_all() 2561 struct smcd_dev *smcd = conn->lgr->smcd; in smcd_buf_attach() local 2711 struct smcd_dev *smcd; in smc_core_going_away() local 2732 struct smcd_dev *smcd; in smc_lgrs_shutdown() local
|
H A D | smc_loopback.h | 36 struct smcd_dev *smcd; member
|
H A D | smc_diag.c | 170 struct smcd_dev *smcd = conn->lgr->smcd; in __smc_diag_dump() local
|
H A D | smc_pnet.c | 106 struct smcd_dev *smcd; in smc_pnet_remove_by_pnetid() local 415 struct smcd_dev *smcd; in smc_pnet_add_ib() local
|
H A D | smc_clc.c | 857 struct smcd_dev *smcd; in smc_clc_send_proposal() local 1053 struct smcd_dev *smcd = conn->lgr->smcd; in smcd_clc_prep_confirm_accept() local
|
H A D | af_smc.c | 1038 struct smcd_dev *smcd; in smc_find_ism_v2_device_clnt() local 2084 static bool smc_is_already_selected(struct smcd_dev *smcd, in smc_is_already_selected() 2103 struct smcd_dev *smcd; in smc_check_ism_v2_match() local
|
H A D | smc_core.h | 364 struct smcd_dev *smcd; member
|
/linux/drivers/s390/net/ |
H 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() 753 static int smcd_unregister_dmb(struct smcd_dev *smcd, struct smcd_dmb *dmb) in smcd_unregister_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() [all …]
|