Lines Matching refs:smc_sock
169 struct smc_sock *smc = container_of(conn, struct smc_sock, conn); in smc_lgr_register_conn()
198 struct smc_sock *smc = container_of(conn, struct smc_sock, conn); in __smc_lgr_unregister_conn()
826 static int smc_lgr_create(struct smc_sock *smc, struct smc_init_info *ini) in smc_lgr_create()
967 static int smc_switch_cursor(struct smc_sock *smc, struct smc_cdc_tx_pend *pend, in smc_switch_cursor()
1036 struct smc_sock *smc; in smc_switch_conns()
1063 smc = container_of(conn, struct smc_sock, conn); in smc_switch_conns()
1417 static void smc_sk_wake_ups(struct smc_sock *smc) in smc_sk_wake_ups()
1427 struct smc_sock *smc = container_of(conn, struct smc_sock, conn); in smc_conn_kill()
1470 struct smc_sock *smc; in __smc_lgr_terminate()
1485 smc = container_of(conn, struct smc_sock, conn); in __smc_lgr_terminate()
1653 struct smc_sock *smc = container_of(conn, struct smc_sock, conn); in smc_conn_abort_work()
1869 int smc_conn_create(struct smc_sock *smc, struct smc_init_info *ini) in smc_conn_create()
2320 static int __smc_buf_create(struct smc_sock *smc, bool is_smcd, bool is_rmb) in __smc_buf_create()
2440 int smc_buf_create(struct smc_sock *smc, bool is_smcd) in smc_buf_create()