Lines Matching refs:cm_sk
2564 * @cm_sk: cnic sock structure pointer
2569 static void bnx2i_cm_connect_cmpl(struct cnic_sock *cm_sk)
2571 struct bnx2i_endpoint *ep = (struct bnx2i_endpoint *) cm_sk->context;
2575 else if (test_bit(SK_F_OFFLD_COMPLETE, &cm_sk->flags))
2586 * @cm_sk: cnic sock structure pointer
2591 static void bnx2i_cm_close_cmpl(struct cnic_sock *cm_sk)
2593 struct bnx2i_endpoint *ep = (struct bnx2i_endpoint *) cm_sk->context;
2602 * @cm_sk: cnic sock structure pointer
2607 static void bnx2i_cm_abort_cmpl(struct cnic_sock *cm_sk)
2609 struct bnx2i_endpoint *ep = (struct bnx2i_endpoint *) cm_sk->context;
2618 * @cm_sk: cnic sock structure pointer
2623 static void bnx2i_cm_remote_close(struct cnic_sock *cm_sk)
2625 struct bnx2i_endpoint *ep = (struct bnx2i_endpoint *) cm_sk->context;
2634 * @cm_sk: cnic sock structure pointer
2639 static void bnx2i_cm_remote_abort(struct cnic_sock *cm_sk)
2641 struct bnx2i_endpoint *ep = (struct bnx2i_endpoint *) cm_sk->context;