Home
last modified time | relevance | path

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

/openbmc/linux/net/smc/
H A Dsmc_ism.c61 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 …]
H A Dsmc_ism.h49 static inline int smc_ism_write(struct smcd_dev *smcd, u64 dmb_tok, in smc_ism_write()
H A Dsmc_diag.c169 struct smcd_dev *smcd = conn->lgr->smcd; in __smc_diag_dump() local
H A 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()
2578 struct smcd_dev *smcd; in smc_core_going_away() local
2599 struct smcd_dev *smcd; in smc_lgrs_shutdown() local
H A 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
H A 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
H A Daf_smc.c1032 struct smcd_dev *smcd; in smc_find_ism_v2_device_clnt() local
2076 static bool smc_is_already_selected(struct smcd_dev *smcd, in smc_is_already_selected()
2094 struct smcd_dev *smcd; in smc_check_ism_v2_match() local
H A Dsmc_core.h360 struct smcd_dev *smcd; member
/openbmc/linux/drivers/s390/net/
H A Dism_drv.c765 static int smcd_query_rgid(struct smcd_dev *smcd, u64 rgid, u32 vid_valid, in smcd_query_rgid()
771 static int smcd_register_dmb(struct smcd_dev *smcd, struct smcd_dmb *dmb, in smcd_register_dmb()
777 static int smcd_unregister_dmb(struct smcd_dev *smcd, struct smcd_dmb *dmb) in smcd_unregister_dmb()
782 static int smcd_add_vlan_id(struct smcd_dev *smcd, u64 vlan_id) in smcd_add_vlan_id()
787 static int smcd_del_vlan_id(struct smcd_dev *smcd, u64 vlan_id) in smcd_del_vlan_id()
792 static int smcd_set_vlan_required(struct smcd_dev *smcd) in smcd_set_vlan_required()
797 static int smcd_reset_vlan_required(struct smcd_dev *smcd) in smcd_reset_vlan_required()
819 static int smcd_signal_ieq(struct smcd_dev *smcd, u64 rgid, u32 trigger_irq, in smcd_signal_ieq()
825 static int smcd_move(struct smcd_dev *smcd, u64 dmb_tok, unsigned int idx, in smcd_move()
843 static u64 smcd_get_local_gid(struct smcd_dev *smcd) in smcd_get_local_gid()
[all …]