Lines Matching refs:smc_sock
168 struct smc_sock *smc = container_of(conn, struct smc_sock, conn); in smc_lgr_register_conn()
197 struct smc_sock *smc = container_of(conn, struct smc_sock, conn); in __smc_lgr_unregister_conn()
819 static int smc_lgr_create(struct smc_sock *smc, struct smc_init_info *ini) in smc_lgr_create()
954 static int smc_switch_cursor(struct smc_sock *smc, struct smc_cdc_tx_pend *pend, in smc_switch_cursor()
1023 struct smc_sock *smc; in smc_switch_conns()
1050 smc = container_of(conn, struct smc_sock, conn); in smc_switch_conns()
1404 static void smc_sk_wake_ups(struct smc_sock *smc) in smc_sk_wake_ups()
1414 struct smc_sock *smc = container_of(conn, struct smc_sock, conn); in smc_conn_kill()
1457 struct smc_sock *smc; in __smc_lgr_terminate()
1472 smc = container_of(conn, struct smc_sock, conn); in __smc_lgr_terminate()
1640 struct smc_sock *smc = container_of(conn, struct smc_sock, conn); in smc_conn_abort_work()
1851 int smc_conn_create(struct smc_sock *smc, struct smc_init_info *ini) in smc_conn_create()
2301 static int __smc_buf_create(struct smc_sock *smc, bool is_smcd, bool is_rmb) in __smc_buf_create()
2422 int smc_buf_create(struct smc_sock *smc, bool is_smcd) in smc_buf_create()