Lines Matching defs:conn

134 	struct iscsi_conn *conn;
149 conn = cls_conn->dd_data;
150 beiscsi_conn = conn->dd_data;
153 beiscsi_conn->conn = conn;
190 * @cls_conn: pointer to iscsi cls conn
199 struct iscsi_conn *conn = cls_conn->dd_data;
200 struct beiscsi_conn *beiscsi_conn = conn->dd_data;
230 beiscsi_ep->conn = beiscsi_conn;
234 "BS_%d : beiscsi_conn=%p conn=%p ep_cid=%d\n",
235 beiscsi_conn, conn, beiscsi_ep->ep_cid);
671 struct iscsi_conn *conn = cls_conn->dd_data;
672 struct iscsi_session *session = conn->session;
676 phba = ((struct beiscsi_conn *)conn->dd_data)->phba;
694 if (conn->max_recv_dlength > 65536)
695 conn->max_recv_dlength = 65536;
702 if (conn->max_xmit_dlength > 65536)
703 conn->max_xmit_dlength = 65536;
891 * @cls_conn: pointer to iscsi cls conn
899 struct iscsi_conn *conn = cls_conn->dd_data;
902 phba = ((struct beiscsi_conn *)conn->dd_data)->phba;
906 stats->txdata_octets = conn->txdata_octets;
907 stats->rxdata_octets = conn->rxdata_octets;
908 stats->dataout_pdus = conn->dataout_pdus_cnt;
909 stats->scsirsp_pdus = conn->scsirsp_pdus_cnt;
910 stats->scsicmd_pdus = conn->scsicmd_pdus_cnt;
911 stats->datain_pdus = conn->datain_pdus_cnt;
912 stats->tmfrsp_pdus = conn->tmfrsp_pdus_cnt;
913 stats->tmfcmd_pdus = conn->tmfcmd_pdus_cnt;
914 stats->r2t_pdus = conn->r2t_pdus_cnt;
919 stats->custom[0].value = conn->eh_abort_cnt;
930 struct iscsi_conn *conn = beiscsi_conn->conn;
931 struct iscsi_session *session = conn->session;
937 conn->max_xmit_dlength);
943 conn->datadgst_en);
945 conn->hdrdgst_en);
959 (conn->exp_statsn - 1));
962 conn->max_recv_dlength);
972 struct iscsi_conn *conn = cls_conn->dd_data;
973 struct beiscsi_conn *beiscsi_conn = conn->dd_data;
978 phba = ((struct beiscsi_conn *)conn->dd_data)->phba;
1082 if (!beiscsi_ep->conn)
1085 beiscsi_conn = beiscsi_ep->conn;
1330 * beiscsi_unbind_conn_to_cid - Unbind the beiscsi_conn from phba conn table
1370 if (beiscsi_ep->conn) {
1371 beiscsi_conn = beiscsi_ep->conn;
1372 iscsi_suspend_queue(beiscsi_conn->conn);