Lines Matching refs:cm_sk
2594 static void bnx2i_cm_connect_cmpl(struct cnic_sock *cm_sk) in bnx2i_cm_connect_cmpl() argument
2596 struct bnx2i_endpoint *ep = (struct bnx2i_endpoint *) cm_sk->context; in bnx2i_cm_connect_cmpl()
2600 else if (test_bit(SK_F_OFFLD_COMPLETE, &cm_sk->flags)) in bnx2i_cm_connect_cmpl()
2616 static void bnx2i_cm_close_cmpl(struct cnic_sock *cm_sk) in bnx2i_cm_close_cmpl() argument
2618 struct bnx2i_endpoint *ep = (struct bnx2i_endpoint *) cm_sk->context; in bnx2i_cm_close_cmpl()
2632 static void bnx2i_cm_abort_cmpl(struct cnic_sock *cm_sk) in bnx2i_cm_abort_cmpl() argument
2634 struct bnx2i_endpoint *ep = (struct bnx2i_endpoint *) cm_sk->context; in bnx2i_cm_abort_cmpl()
2649 static void bnx2i_cm_remote_close(struct cnic_sock *cm_sk) in bnx2i_cm_remote_close() argument
2651 struct bnx2i_endpoint *ep = (struct bnx2i_endpoint *) cm_sk->context; in bnx2i_cm_remote_close()
2666 static void bnx2i_cm_remote_abort(struct cnic_sock *cm_sk) in bnx2i_cm_remote_abort() argument
2668 struct bnx2i_endpoint *ep = (struct bnx2i_endpoint *) cm_sk->context; in bnx2i_cm_remote_abort()