Lines Matching refs:cm_sk
2572 static void bnx2i_cm_connect_cmpl(struct cnic_sock *cm_sk) in bnx2i_cm_connect_cmpl() argument
2574 struct bnx2i_endpoint *ep = (struct bnx2i_endpoint *) cm_sk->context; in bnx2i_cm_connect_cmpl()
2578 else if (test_bit(SK_F_OFFLD_COMPLETE, &cm_sk->flags)) in bnx2i_cm_connect_cmpl()
2594 static void bnx2i_cm_close_cmpl(struct cnic_sock *cm_sk) in bnx2i_cm_close_cmpl() argument
2596 struct bnx2i_endpoint *ep = (struct bnx2i_endpoint *) cm_sk->context; in bnx2i_cm_close_cmpl()
2610 static void bnx2i_cm_abort_cmpl(struct cnic_sock *cm_sk) in bnx2i_cm_abort_cmpl() argument
2612 struct bnx2i_endpoint *ep = (struct bnx2i_endpoint *) cm_sk->context; in bnx2i_cm_abort_cmpl()
2626 static void bnx2i_cm_remote_close(struct cnic_sock *cm_sk) in bnx2i_cm_remote_close() argument
2628 struct bnx2i_endpoint *ep = (struct bnx2i_endpoint *) cm_sk->context; in bnx2i_cm_remote_close()
2642 static void bnx2i_cm_remote_abort(struct cnic_sock *cm_sk) in bnx2i_cm_remote_abort() argument
2644 struct bnx2i_endpoint *ep = (struct bnx2i_endpoint *) cm_sk->context; in bnx2i_cm_remote_abort()