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.c48 struct smcd_dev *smcd) in smc_ism_cantalk()
62 u16 smc_ism_get_chid(struct smcd_dev *smcd) in smc_ism_get_chid()
100 int smc_ism_get_vlan(struct smcd_dev *smcd, unsigned short vlanid) in smc_ism_get_vlan()
146 int smc_ism_put_vlan(struct smcd_dev *smcd, unsigned short vlanid) in smc_ism_put_vlan()
182 int smc_ism_unregister_dmb(struct smcd_dev *smcd, struct smc_buf_desc *dmb_desc) in smc_ism_unregister_dmb()
231 bool smc_ism_support_dmb_nocopy(struct smcd_dev *smcd) in smc_ism_support_dmb_nocopy()
271 static int smc_nl_handle_smcd_dev(struct smcd_dev *smcd, in smc_nl_handle_smcd_dev()
341 struct smcd_dev *smcd; in smc_nl_prep_smcd_dev() local
367 struct smcd_dev *smcd; member
435 struct smcd_dev *smcd; in smcd_alloc_dev() local
[all …]
H A Dsmc_ism.h56 static inline int smc_ism_write(struct smcd_dev *smcd, u64 dmb_tok, in smc_ism_write()
77 static inline bool smc_ism_is_virtual(struct smcd_dev *smcd) in smc_ism_is_virtual()
H A Dsmc_core.c508 struct smcd_dev *smcd = lgr->smcd; in smc_nl_fill_smcd_lgr() local
831 struct smcd_dev *smcd; in smc_lgr_create() local
1148 struct smcd_dev *smcd = conn->lgr->smcd; in smcd_buf_detach() local
1569 void smc_smcd_terminate_all(struct smcd_dev *smcd) in smc_smcd_terminate_all()
2509 struct smcd_dev *smcd = conn->lgr->smcd; in smcd_buf_attach() local
2659 struct smcd_dev *smcd; in smc_core_going_away() local
2680 struct smcd_dev *smcd; in smc_lgrs_shutdown() local
H A Dsmc_diag.c170 struct smcd_dev *smcd = conn->lgr->smcd; in __smc_diag_dump() 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 Dsmc_clc.c855 struct smcd_dev *smcd; in smc_clc_send_proposal() local
1048 struct smcd_dev *smcd = conn->lgr->smcd; in smcd_clc_prep_confirm_accept() local
H A Daf_smc.c1037 struct smcd_dev *smcd; in smc_find_ism_v2_device_clnt() local
2091 static bool smc_is_already_selected(struct smcd_dev *smcd, in smc_is_already_selected()
2110 struct smcd_dev *smcd; in smc_check_ism_v2_match() local
H A Dsmc_core.h362 struct smcd_dev *smcd; member
/openbmc/linux/drivers/s390/net/
H A Dism_drv.c775 static int smcd_query_rgid(struct smcd_dev *smcd, struct smcd_gid *rgid, in smcd_query_rgid()
781 static int smcd_register_dmb(struct smcd_dev *smcd, struct smcd_dmb *dmb, in smcd_register_dmb()
787 static int smcd_unregister_dmb(struct smcd_dev *smcd, struct smcd_dmb *dmb) in smcd_unregister_dmb()
792 static int smcd_add_vlan_id(struct smcd_dev *smcd, u64 vlan_id) in smcd_add_vlan_id()
797 static int smcd_del_vlan_id(struct smcd_dev *smcd, u64 vlan_id) in smcd_del_vlan_id()
802 static int smcd_set_vlan_required(struct smcd_dev *smcd) in smcd_set_vlan_required()
807 static int smcd_reset_vlan_required(struct smcd_dev *smcd) in smcd_reset_vlan_required()
829 static int smcd_signal_ieq(struct smcd_dev *smcd, struct smcd_gid *rgid, in smcd_signal_ieq()
836 static int smcd_move(struct smcd_dev *smcd, u64 dmb_tok, unsigned int idx, in smcd_move()
854 static void smcd_get_local_gid(struct smcd_dev *smcd, in smcd_get_local_gid()
[all …]