Home
last modified time | relevance | path

Searched defs:smcd (Results 1 – 9 of 9) sorted by relevance

/linux-6.6.21/net/smc/
Dsmc_ism.c47 int smc_ism_cantalk(u64 peer_gid, unsigned short vlan_id, struct smcd_dev *smcd) in smc_ism_cantalk()
61 u16 smc_ism_get_chid(struct smcd_dev *smcd) in smc_ism_get_chid()
99 int smc_ism_get_vlan(struct smcd_dev *smcd, unsigned short vlanid) in smc_ism_get_vlan()
143 int smc_ism_put_vlan(struct smcd_dev *smcd, unsigned short vlanid) in smc_ism_put_vlan()
177 int smc_ism_unregister_dmb(struct smcd_dev *smcd, struct smc_buf_desc *dmb_desc) in smc_ism_unregister_dmb()
226 static int smc_nl_handle_smcd_dev(struct smcd_dev *smcd, in smc_nl_handle_smcd_dev()
296 struct smcd_dev *smcd; in smc_nl_prep_smcd_dev() local
322 struct smcd_dev *smcd; member
385 struct smcd_dev *smcd; in smcd_alloc_dev() local
413 struct smcd_dev *smcd; in smcd_register_dev() local
[all …]
Dsmc_ism.h49 static inline int smc_ism_write(struct smcd_dev *smcd, u64 dmb_tok, in smc_ism_write()
Dsmc_diag.c169 struct smcd_dev *smcd = conn->lgr->smcd; in __smc_diag_dump() local
Dsmc_core.c508 struct smcd_dev *smcd = lgr->smcd; in smc_nl_fill_smcd_lgr() local
830 struct smcd_dev *smcd; in smc_lgr_create() local
1543 void smc_smcd_terminate_all(struct smcd_dev *smcd) in smc_smcd_terminate_all()
2577 struct smcd_dev *smcd; in smc_core_going_away() local
2598 struct smcd_dev *smcd; in smc_lgrs_shutdown() local
Dsmc_clc.c840 struct smcd_dev *smcd; in smc_clc_send_proposal() local
1017 struct smcd_dev *smcd = conn->lgr->smcd; in smc_clc_send_confirm_accept() local
Dsmc_pnet.c106 struct smcd_dev *smcd; in smc_pnet_remove_by_pnetid() local
415 struct smcd_dev *smcd; in smc_pnet_add_ib() local
Daf_smc.c1050 struct smcd_dev *smcd; in smc_find_ism_v2_device_clnt() local
2094 static bool smc_is_already_selected(struct smcd_dev *smcd, in smc_is_already_selected()
2112 struct smcd_dev *smcd; in smc_check_ism_v2_match() local
Dsmc_core.h360 struct smcd_dev *smcd; member
/linux-6.6.21/drivers/s390/net/
Dism_drv.c746 static int smcd_query_rgid(struct smcd_dev *smcd, u64 rgid, u32 vid_valid, in smcd_query_rgid()
752 static int smcd_register_dmb(struct smcd_dev *smcd, struct smcd_dmb *dmb, in smcd_register_dmb()
758 static int smcd_unregister_dmb(struct smcd_dev *smcd, struct smcd_dmb *dmb) in smcd_unregister_dmb()
763 static int smcd_add_vlan_id(struct smcd_dev *smcd, u64 vlan_id) in smcd_add_vlan_id()
768 static int smcd_del_vlan_id(struct smcd_dev *smcd, u64 vlan_id) in smcd_del_vlan_id()
773 static int smcd_set_vlan_required(struct smcd_dev *smcd) in smcd_set_vlan_required()
778 static int smcd_reset_vlan_required(struct smcd_dev *smcd) in smcd_reset_vlan_required()
800 static int smcd_signal_ieq(struct smcd_dev *smcd, u64 rgid, u32 trigger_irq, in smcd_signal_ieq()
806 static int smcd_move(struct smcd_dev *smcd, u64 dmb_tok, unsigned int idx, in smcd_move()
824 static u64 smcd_get_local_gid(struct smcd_dev *smcd) in smcd_get_local_gid()
[all …]