Searched defs:smcd (Results 1 – 9 of 9) sorted by relevance
/linux-6.8/net/smc/ |
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() 121 int smc_ism_get_vlan(struct smcd_dev *smcd, unsigned short vlanid) in smc_ism_get_vlan() 165 int smc_ism_put_vlan(struct smcd_dev *smcd, unsigned short vlanid) in smc_ism_put_vlan() 199 int smc_ism_unregister_dmb(struct smcd_dev *smcd, struct smc_buf_desc *dmb_desc) in smc_ism_unregister_dmb() 248 static int smc_nl_handle_smcd_dev(struct smcd_dev *smcd, in smc_nl_handle_smcd_dev() 318 struct smcd_dev *smcd; in smc_nl_prep_smcd_dev() local 344 struct smcd_dev *smcd; member 411 struct smcd_dev *smcd; in smcd_alloc_dev() local 439 struct smcd_dev *smcd; in smcd_register_dev() local [all …]
|
D | smc_ism.h | 59 static inline int smc_ism_write(struct smcd_dev *smcd, u64 dmb_tok, in smc_ism_write() 80 static inline bool smc_ism_is_virtual(struct smcd_dev *smcd) in smc_ism_is_virtual()
|
D | smc_diag.c | 170 struct smcd_dev *smcd = conn->lgr->smcd; in __smc_diag_dump() local
|
D | smc_core.c | 508 struct smcd_dev *smcd = lgr->smcd; in smc_nl_fill_smcd_lgr() local 837 struct smcd_dev *smcd; in smc_lgr_create() local 1557 void smc_smcd_terminate_all(struct smcd_dev *smcd) in smc_smcd_terminate_all() 2600 struct smcd_dev *smcd; in smc_core_going_away() local 2621 struct smcd_dev *smcd; in smc_lgrs_shutdown() local
|
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
|
D | smc_clc.c | 842 struct smcd_dev *smcd; in smc_clc_send_proposal() local 1036 struct smcd_dev *smcd = conn->lgr->smcd; in smcd_clc_prep_confirm_accept() local
|
D | af_smc.c | 1047 struct smcd_dev *smcd; in smc_find_ism_v2_device_clnt() local 2092 static bool smc_is_already_selected(struct smcd_dev *smcd, in smc_is_already_selected() 2111 struct smcd_dev *smcd; in smc_check_ism_v2_match() local
|
D | smc_core.h | 362 struct smcd_dev *smcd; member
|
/linux-6.8/drivers/s390/net/ |
D | ism_drv.c | 722 static int smcd_query_rgid(struct smcd_dev *smcd, struct smcd_gid *rgid, in smcd_query_rgid() 728 static int smcd_register_dmb(struct smcd_dev *smcd, struct smcd_dmb *dmb, in smcd_register_dmb() 734 static int smcd_unregister_dmb(struct smcd_dev *smcd, struct smcd_dmb *dmb) in smcd_unregister_dmb() 739 static int smcd_add_vlan_id(struct smcd_dev *smcd, u64 vlan_id) in smcd_add_vlan_id() 744 static int smcd_del_vlan_id(struct smcd_dev *smcd, u64 vlan_id) in smcd_del_vlan_id() 749 static int smcd_set_vlan_required(struct smcd_dev *smcd) in smcd_set_vlan_required() 754 static int smcd_reset_vlan_required(struct smcd_dev *smcd) in smcd_reset_vlan_required() 776 static int smcd_signal_ieq(struct smcd_dev *smcd, struct smcd_gid *rgid, in smcd_signal_ieq() 783 static int smcd_move(struct smcd_dev *smcd, u64 dmb_tok, unsigned int idx, in smcd_move() 800 static void smcd_get_local_gid(struct smcd_dev *smcd, in smcd_get_local_gid() [all …]
|