Searched defs:smcd (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/net/smc/ |
A D | smc_ism.c | 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() 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 454 struct smcd_dev *smcd = ism_get_priv(ism, &smc_ism_client); in smcd_unregister_dev() local 479 struct smcd_dev *smcd = ism_get_priv(ism, &smc_ism_client); in smcd_handle_event() local [all …]
|
A D | smc_ism.h | 49 static inline int smc_ism_write(struct smcd_dev *smcd, u64 dmb_tok, in smc_ism_write()
|
A D | smc_diag.c | 170 struct smcd_dev *smcd = conn->lgr->smcd; in __smc_diag_dump() local
|
A D | smc_core.c | 503 struct smcd_dev *smcd = lgr->smcd; in smc_nl_fill_smcd_lgr() local 825 struct smcd_dev *smcd; in smc_lgr_create() local 1534 void smc_smcd_terminate_all(struct smcd_dev *smcd) in smc_smcd_terminate_all() 2564 struct smcd_dev *smcd; in smc_core_going_away() local 2585 struct smcd_dev *smcd; in smc_lgrs_shutdown() local
|
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
|
A D | af_smc.c | 1013 struct smcd_dev *smcd; in smc_find_ism_v2_device_clnt() local 2030 static bool smc_is_already_selected(struct smcd_dev *smcd, in smc_is_already_selected() 2048 struct smcd_dev *smcd; in smc_check_ism_v2_match() local
|
A D | smc_clc.c | 816 struct smcd_dev *smcd; in smc_clc_send_proposal() local
|
A D | smc_core.h | 332 struct smcd_dev *smcd; member
|
/linux-6.3-rc2/drivers/s390/net/ |
A D | ism_drv.c | 795 static int smcd_query_rgid(struct smcd_dev *smcd, u64 rgid, u32 vid_valid, in smcd_query_rgid() 801 static int smcd_register_dmb(struct smcd_dev *smcd, struct smcd_dmb *dmb, in smcd_register_dmb() 807 static int smcd_unregister_dmb(struct smcd_dev *smcd, struct smcd_dmb *dmb) in smcd_unregister_dmb() 812 static int smcd_add_vlan_id(struct smcd_dev *smcd, u64 vlan_id) in smcd_add_vlan_id() 817 static int smcd_del_vlan_id(struct smcd_dev *smcd, u64 vlan_id) in smcd_del_vlan_id() 822 static int smcd_set_vlan_required(struct smcd_dev *smcd) in smcd_set_vlan_required() 827 static int smcd_reset_vlan_required(struct smcd_dev *smcd) in smcd_reset_vlan_required() 832 static int smcd_signal_ieq(struct smcd_dev *smcd, u64 rgid, u32 trigger_irq, in smcd_signal_ieq() 838 static int smcd_move(struct smcd_dev *smcd, u64 dmb_tok, unsigned int idx, in smcd_move() 845 static u64 smcd_get_local_gid(struct smcd_dev *smcd) in smcd_get_local_gid() [all …]
|
Completed in 30 milliseconds