Lines Matching refs:conn

137 	struct iscsi_conn *conn;
152 conn = cls_conn->dd_data;
153 beiscsi_conn = conn->dd_data;
156 beiscsi_conn->conn = conn;
166 * @cls_conn: pointer to iscsi cls conn
176 struct iscsi_conn *conn = cls_conn->dd_data;
177 struct beiscsi_conn *beiscsi_conn = conn->dd_data;
210 "BS_%d : conn_table not empty at %u: cid %u conn %p:%p\n",
222 beiscsi_ep->conn = beiscsi_conn;
658 struct iscsi_conn *conn = cls_conn->dd_data;
659 struct iscsi_session *session = conn->session;
663 phba = ((struct beiscsi_conn *)conn->dd_data)->phba;
681 if (conn->max_recv_dlength > 65536)
682 conn->max_recv_dlength = 65536;
689 if (conn->max_xmit_dlength > 65536)
690 conn->max_xmit_dlength = 65536;
823 * @cls_conn: pointer to iscsi cls conn
831 struct iscsi_conn *conn = cls_conn->dd_data;
834 phba = ((struct beiscsi_conn *)conn->dd_data)->phba;
838 stats->txdata_octets = conn->txdata_octets;
839 stats->rxdata_octets = conn->rxdata_octets;
840 stats->dataout_pdus = conn->dataout_pdus_cnt;
841 stats->scsirsp_pdus = conn->scsirsp_pdus_cnt;
842 stats->scsicmd_pdus = conn->scsicmd_pdus_cnt;
843 stats->datain_pdus = conn->datain_pdus_cnt;
844 stats->tmfrsp_pdus = conn->tmfrsp_pdus_cnt;
845 stats->tmfcmd_pdus = conn->tmfcmd_pdus_cnt;
846 stats->r2t_pdus = conn->r2t_pdus_cnt;
851 stats->custom[0].value = conn->eh_abort_cnt;
862 struct iscsi_conn *conn = beiscsi_conn->conn;
863 struct iscsi_session *session = conn->session;
869 conn->max_xmit_dlength);
875 conn->datadgst_en);
877 conn->hdrdgst_en);
891 (conn->exp_statsn - 1));
894 conn->max_recv_dlength);
904 struct iscsi_conn *conn = cls_conn->dd_data;
905 struct beiscsi_conn *beiscsi_conn = conn->dd_data;
910 phba = ((struct beiscsi_conn *)conn->dd_data)->phba;
1025 if (!beiscsi_ep->conn)
1028 beiscsi_conn = beiscsi_ep->conn;
1030 * Break ep->conn link here so that completions after
1033 beiscsi_ep->conn = NULL;
1267 "BS_%d : invalidate conn failed cid %d\n",
1288 "BS_%d : upload conn failed cid %d\n",
1335 "BS_%d : close conn failed cid %d\n",