Searched defs:cm_sk (Results 1 - 2 of 2) sorted by relevance

/drivers/scsi/bnx2i/
H A Dbnx2i_hwi.c2589 * @cm_sk: cnic sock structure pointer
2594 static void bnx2i_cm_connect_cmpl(struct cnic_sock *cm_sk) argument
2596 struct bnx2i_endpoint *ep = (struct bnx2i_endpoint *) cm_sk->context;
2600 else if (test_bit(SK_F_OFFLD_COMPLETE, &cm_sk->flags))
2611 * @cm_sk: cnic sock structure pointer
2616 static void bnx2i_cm_close_cmpl(struct cnic_sock *cm_sk) argument
2618 struct bnx2i_endpoint *ep = (struct bnx2i_endpoint *) cm_sk->context;
2627 * @cm_sk: cnic sock structure pointer
2632 static void bnx2i_cm_abort_cmpl(struct cnic_sock *cm_sk) argument
2634 struct bnx2i_endpoint *ep = (struct bnx2i_endpoint *) cm_sk
2649 bnx2i_cm_remote_close(struct cnic_sock *cm_sk) argument
2666 bnx2i_cm_remote_abort(struct cnic_sock *cm_sk) argument
[all...]
H A Dbnx2i.h732 * @cm_sk: cnic sock struct
753 struct cnic_sock *cm_sk; member in struct:bnx2i_endpoint

Completed in 33 milliseconds