Lines Matching defs:flag
2245 static void iscsi_stop_conn(struct iscsi_cls_conn *conn, int flag)
2249 switch (flag) {
2257 iscsi_cls_conn_printk(KERN_ERR, conn, "invalid stop flag %d\n",
2258 flag);
2262 conn->transport->stop_conn(conn, flag);
2312 int flag = ev->u.stop_conn.flag;
2321 * If this is a termination we have to call stop_conn with that flag
2325 if (flag == STOP_CONN_TERM) {
2327 iscsi_stop_conn(conn, flag);
2345 iscsi_stop_conn(conn, flag);