Searched defs:smcd (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/net/smc/ |
D | smc_ism.c | 30 int smc_ism_cantalk(u64 peer_gid, unsigned short vlan_id, struct smcd_dev *smcd) in smc_ism_cantalk() 36 int smc_ism_write(struct smcd_dev *smcd, const struct smc_ism_position *pos, in smc_ism_write() 55 u16 smc_ism_get_chid(struct smcd_dev *smcd) in smc_ism_get_chid() 93 int smc_ism_get_vlan(struct smcd_dev *smcd, unsigned short vlanid) in smc_ism_get_vlan() 137 int smc_ism_put_vlan(struct smcd_dev *smcd, unsigned short vlanid) in smc_ism_put_vlan() 171 int smc_ism_unregister_dmb(struct smcd_dev *smcd, struct smc_buf_desc *dmb_desc) in smc_ism_unregister_dmb() 216 static int smc_nl_handle_smcd_dev(struct smcd_dev *smcd, in smc_nl_handle_smcd_dev() 284 struct smcd_dev *smcd; in smc_nl_prep_smcd_dev() local 309 struct smcd_dev *smcd; member 389 struct smcd_dev *smcd = container_of(dev, struct smcd_dev, dev); in smcd_release() local [all …]
|
D | smc_core.c | 1512 void smc_smcd_terminate_all(struct smcd_dev *smcd) in smc_smcd_terminate_all() 2482 struct smcd_dev *smcd; in smc_core_going_away() local 2503 struct smcd_dev *smcd; in smc_lgrs_shutdown() local
|
D | af_smc.c | 967 struct smcd_dev *smcd; in smc_find_ism_v2_device_clnt() local 1969 static bool smc_is_already_selected(struct smcd_dev *smcd, in smc_is_already_selected() 1987 struct smcd_dev *smcd; in smc_check_ism_v2_match() local
|
D | smc_core.h | 320 struct smcd_dev *smcd; member
|
/linux-5.19.10/drivers/s390/net/ |
D | ism_drv.c | 201 static int ism_query_rgid(struct smcd_dev *smcd, u64 rgid, u32 vid_valid, in ism_query_rgid() 253 static int ism_register_dmb(struct smcd_dev *smcd, struct smcd_dmb *dmb) in ism_register_dmb() 284 static int ism_unregister_dmb(struct smcd_dev *smcd, struct smcd_dmb *dmb) in ism_unregister_dmb() 305 static int ism_add_vlan_id(struct smcd_dev *smcd, u64 vlan_id) in ism_add_vlan_id() 319 static int ism_del_vlan_id(struct smcd_dev *smcd, u64 vlan_id) in ism_del_vlan_id() 333 static int ism_set_vlan_required(struct smcd_dev *smcd) in ism_set_vlan_required() 338 static int ism_reset_vlan_required(struct smcd_dev *smcd) in ism_reset_vlan_required() 343 static int ism_signal_ieq(struct smcd_dev *smcd, u64 rgid, u32 trigger_irq, in ism_signal_ieq() 367 static int ism_move(struct smcd_dev *smcd, u64 dmb_tok, unsigned int idx, in ism_move() 412 static void ism_get_system_eid(struct smcd_dev *smcd, u8 **eid) in ism_get_system_eid() [all …]
|
D | ism.h | 195 struct smcd_dev *smcd; member
|