Lines Matching refs:cm_sk
2567 * @cm_sk: cnic sock structure pointer
2572 static void bnx2i_cm_connect_cmpl(struct cnic_sock *cm_sk)
2574 struct bnx2i_endpoint *ep = (struct bnx2i_endpoint *) cm_sk->context;
2578 else if (test_bit(SK_F_OFFLD_COMPLETE, &cm_sk->flags))
2589 * @cm_sk: cnic sock structure pointer
2594 static void bnx2i_cm_close_cmpl(struct cnic_sock *cm_sk)
2596 struct bnx2i_endpoint *ep = (struct bnx2i_endpoint *) cm_sk->context;
2605 * @cm_sk: cnic sock structure pointer
2610 static void bnx2i_cm_abort_cmpl(struct cnic_sock *cm_sk)
2612 struct bnx2i_endpoint *ep = (struct bnx2i_endpoint *) cm_sk->context;
2621 * @cm_sk: cnic sock structure pointer
2626 static void bnx2i_cm_remote_close(struct cnic_sock *cm_sk)
2628 struct bnx2i_endpoint *ep = (struct bnx2i_endpoint *) cm_sk->context;
2637 * @cm_sk: cnic sock structure pointer
2642 static void bnx2i_cm_remote_abort(struct cnic_sock *cm_sk)
2644 struct bnx2i_endpoint *ep = (struct bnx2i_endpoint *) cm_sk->context;