Lines Matching refs:cm_sk
2569 static void bnx2i_cm_connect_cmpl(struct cnic_sock *cm_sk) in bnx2i_cm_connect_cmpl() argument
2571 struct bnx2i_endpoint *ep = (struct bnx2i_endpoint *) cm_sk->context; in bnx2i_cm_connect_cmpl()
2575 else if (test_bit(SK_F_OFFLD_COMPLETE, &cm_sk->flags)) in bnx2i_cm_connect_cmpl()
2591 static void bnx2i_cm_close_cmpl(struct cnic_sock *cm_sk) in bnx2i_cm_close_cmpl() argument
2593 struct bnx2i_endpoint *ep = (struct bnx2i_endpoint *) cm_sk->context; in bnx2i_cm_close_cmpl()
2607 static void bnx2i_cm_abort_cmpl(struct cnic_sock *cm_sk) in bnx2i_cm_abort_cmpl() argument
2609 struct bnx2i_endpoint *ep = (struct bnx2i_endpoint *) cm_sk->context; in bnx2i_cm_abort_cmpl()
2623 static void bnx2i_cm_remote_close(struct cnic_sock *cm_sk) in bnx2i_cm_remote_close() argument
2625 struct bnx2i_endpoint *ep = (struct bnx2i_endpoint *) cm_sk->context; in bnx2i_cm_remote_close()
2639 static void bnx2i_cm_remote_abort(struct cnic_sock *cm_sk) in bnx2i_cm_remote_abort() argument
2641 struct bnx2i_endpoint *ep = (struct bnx2i_endpoint *) cm_sk->context; in bnx2i_cm_remote_abort()